Interface Expression<T,​R>

    • Method Detail

      • apply

        R apply​(T value)
        Specified by:
        apply in interface java.util.function.Function<T,​R>