Class Functions.FirstNotEmptyStringFunction<T>

  • All Implemented Interfaces:
    java.io.Serializable, java.util.function.Function<T,​java.lang.String>, Function<T,​java.lang.String>
    Enclosing class:
    Functions

    private static final class Functions.FirstNotEmptyStringFunction<T>
    extends java.lang.Object
    implements Function<T,​java.lang.String>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String valueOf​(T 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<T,​java.lang.String>[] functions
    • Constructor Detail

      • FirstNotEmptyStringFunction

        private FirstNotEmptyStringFunction​(Function<T,​java.lang.String>... functions)
    • Method Detail

      • valueOf

        public java.lang.String valueOf​(T object)
        Specified by:
        valueOf in interface Function<T,​java.lang.String>