Class Functions.FirstNotEmptyCollectionFunction<T1,T2,I extends Iterable<T2>>

java.lang.Object
org.eclipse.collections.impl.block.factory.Functions.FirstNotEmptyCollectionFunction<T1,T2,I>
All Implemented Interfaces:
Serializable, Function<T1,I>, Function<T1,I>
Enclosing class:
Functions

private static final class Functions.FirstNotEmptyCollectionFunction<T1,T2,I extends Iterable<T2>> extends Object implements Function<T1,I>
  • Field Details

  • Constructor Details

    • FirstNotEmptyCollectionFunction

      private FirstNotEmptyCollectionFunction(Function<T1,I>[] functions)
  • Method Details