JsonIterable<E extends JsonValue> extension

Provides helper methods to work with Iterables of JsonValue.

on

Methods

mapUnmodifiable<T>(T toElement(E)) List<T>
Returns an unmodifiable list of the elements of this iterable.