Interface Function1<T,​R>

    • Method Detail

      • apply

        R apply​(T t)
      • identity

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