Class Functions.FirstNotEmptyCollectionFunction<T1,T2,I extends java.lang.Iterable<T2>>
- java.lang.Object
-
- org.eclipse.collections.impl.block.factory.Functions.FirstNotEmptyCollectionFunction<T1,T2,I>
-
-
Field Summary
Fields Modifier and Type Field Description private Function<T1,I>[]
functions
private static long
serialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description private
FirstNotEmptyCollectionFunction(Function<T1,I>[] functions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description I
valueOf(T1 object)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-