Interface ConstOf<T,A>

All Superinterfaces:
Kind<Const<T,?>,A>
All Known Implementing Classes:
Const

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

    Static Methods
    Modifier and Type
    Method
    Description
    static <T, A> Const<T,A>
    toConst(Kind<Const<T,?>,? extends A> value)
     

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

    fix, kind
  • Method Details

    • toConst

      static <T, A> Const<T,A> toConst(Kind<Const<T,?>,? extends A> value)