Interface Function<T,​R>

  • Type Parameters:
    T - function parameter type
    R - function return type
    All Known Implementing Classes:
    LazyMemoizedServiceLoader

    public interface Function<T,​R>
    java.util.function.Function exact copy.
    Since:
    1.0
    • Method Detail

      • apply

        R apply​(T t)