Interface Function<R,T>


public interface Function<R,T>
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(T t)
     
    static <T> Function<T,T>
     
  • Method Details

    • apply

      R apply(T t)
    • identity

      static <T> Function<T,T> identity()