Interface ConstFunctor<T>

All Superinterfaces:
Functor<Const<T,?>>, Invariant<Const<T,?>>

interface ConstFunctor<T> extends Functor<Const<T,?>>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final ConstFunctor
     
  • Method Summary

    Modifier and Type
    Method
    Description
    default <A, B> Kind<Const<T,?>,B>
    map(Kind<Const<T,?>,? extends A> value, Function1<? super A,? extends B> map)
     

    Methods inherited from interface com.github.tonivade.purefun.typeclasses.Functor

    imap, lift