Interface AFunction<T,​R>

    • Field Detail

      • repeat

        static final AFunction<?,​?> repeat
      • unsupported

        static final AFunction<?,​?> unsupported
    • Method Detail

      • apply

        default R apply​(T v)
        Specified by:
        apply in interface java.util.function.Function<T,​R>
      • apply2

        R apply2​(T v)
          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • stub

        static <T> AFunction<T,​T> stub()
      • unsupported

        static <T,​T2> AFunction<T,​T2> unsupported()