Interface Function<T,​R>

  • All Known Subinterfaces:
    UnaryOperator<T>

    public interface Function<T,​R>
    • Method Detail

      • apply

        R apply​(T t)
        Apply the function to the argument, and return the result
        Parameters:
        t - Input
        Returns:
        Result