Interface Function1Of<A,R>

All Superinterfaces:
Kind<Function1<A,?>,R>
All Known Subinterfaces:
Function1<A,R>, Operator1<T>
All Known Implementing Classes:
MemoizedFunction

@Generated("com.github.tonivade.purefun.processor.HigherKindProcessor") public sealed interface Function1Of<A,R> extends Kind<Function1<A,?>,R> permits Function1<A,R>
  • Method Summary

    Static Methods
    Modifier and Type
    Method
    Description
    static <A, R> Function1<A,R>
    toFunction1(Kind<Function1<A,?>,? extends R> value)
     

    Methods inherited from interface com.github.tonivade.purefun.Kind

    fix, kind
  • Method Details