Package org.midheaven.lang
Class Iterables
java.lang.Object
org.midheaven.lang.Iterables
Represents Iterables.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic interface -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> Stream<T> Performs stream.static <T> Stream<T> Performs stream.streamValuesOf(Class<T> enumType) Performs streamValuesOf.static <A,B> Iterables.BiCombiner <A, B> Performs zip.
-
Constructor Details
-
Iterables
public Iterables()
-
-
Method Details
-
zip
Performs zip.- Parameters:
a- the a valueb- the b value- Returns:
- the result of zip
-
streamValuesOf
Performs streamValuesOf.- Parameters:
enumType- the enumType value- Returns:
- the result of streamValuesOf
-
stream
Performs stream.- Parameters:
iterable- the iterable value- Returns:
- the result of stream
-
stream
Performs stream.- Parameters:
iterator- the iterator value- Returns:
- the result of stream
-