Interface Function<T,​V>

    • Method Detail

      • valueOf

        V valueOf​(T each)
      • apply

        default V apply​(T each)
        Specified by:
        apply in interface java.util.function.Function<T,​V>