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

  • All Implemented Interfaces:
    java.io.Serializable, java.util.function.Function<T1,​I>, Function<T1,​I>
    Enclosing class:
    Functions

    private static final class Functions.FirstNotEmptyCollectionFunction<T1,​T2,​I extends java.lang.Iterable<T2>>
    extends java.lang.Object
    implements Function<T1,​I>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      I valueOf​(T1 object)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Function

        andThen, compose
      • Methods inherited from interface org.eclipse.collections.api.block.function.Function

        apply
    • Field Detail

      • functions

        private final Function<T1,​I extends java.lang.Iterable<T2>>[] functions
    • Constructor Detail

      • FirstNotEmptyCollectionFunction

        private FirstNotEmptyCollectionFunction​(Function<T1,​I>[] functions)