Interface Function<R,​T>


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

      • apply

        R apply​(T t)
      • identity

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