- of(Map<K, V>) - Static method in interface com.codepoetics.protonpack.maps.MapStream
-
Construct a MapStream<K, V> from the map
- of(K, V) - Static method in interface com.codepoetics.protonpack.maps.MapStream
-
Construct a MapStream<K, V> from a single key-value pair
- of(K, V, K, V) - Static method in interface com.codepoetics.protonpack.maps.MapStream
-
Construct a MapStream<K, V> from a multiple key-value pairs
- of(K, V, K, V, K, V) - Static method in interface com.codepoetics.protonpack.maps.MapStream
-
Construct a MapStream<K, V> from a multiple key-value pairs
- of(K, V, K, V, K, V, K, V) - Static method in interface com.codepoetics.protonpack.maps.MapStream
-
Construct a MapStream<K, V> from a multiple key-value pairs
- of(K, V, K, V, K, V, K, V, K, V) - Static method in interface com.codepoetics.protonpack.maps.MapStream
-
Construct a MapStream<K, V> from a multiple key-value pairs
- of(Supplier<Stream<T>>) - Static method in interface com.codepoetics.protonpack.Streamable
-
For converting method references to no-arg methods that return streams into streamable.
- of(T...) - Static method in interface com.codepoetics.protonpack.Streamable
-
Create a streamable that produces streams over an array of items.
- of(Collection<T>) - Static method in interface com.codepoetics.protonpack.Streamable
-
Create a streamable that produces streams over a collection of items.
- of(Iterable<T>) - Static method in interface com.codepoetics.protonpack.Streamable
-
Create a streamable that produces streams over an iterable of items.
- of(Optional<T>) - Static method in interface com.codepoetics.protonpack.Streamable
-
Create a streamable that produces streams of 0 or 1 elements over an optional value.
- ofAll(Streamable<T>...) - Static method in interface com.codepoetics.protonpack.Streamable
-
Concatenate a series of streamables together.
- ofMaps(Map<K, V>...) - Static method in interface com.codepoetics.protonpack.maps.MapStream
-
Construct a MapStream<K, V> from the map
- onClose(Runnable) - Method in interface com.codepoetics.protonpack.maps.MapStream
-