Uses of Record Class
com.github.tonivade.purefun.type.Const
Packages that use Const
Package
Description
-
Uses of Const in com.github.tonivade.purefun.free
Method parameters in com.github.tonivade.purefun.free with type arguments of type Const -
Uses of Const in com.github.tonivade.purefun.instances
Methods in com.github.tonivade.purefun.instances that return ConstModifier and TypeMethodDescriptionConstApplicative.ap(Kind<Const<T, ?>, ? extends A> value, Kind<Const<T, ?>, ? extends Function1<? super A, ? extends B>> apply) ConstContravariant.contramap(Kind<Const<T, ?>, ? extends A> value, Function1<? super B, ? extends A> map) ConstApplicative.pure(A value) Methods in com.github.tonivade.purefun.instances that return types with arguments of type ConstModifier and TypeMethodDescriptionstatic <T> Applicative<Const<T, ?>> ConstInstances.applicative(Monoid<T> monoid) static <T> Contravariant<Const<T, ?>> ConstInstances.contravariant()ConstInstances.foldable()ConstInstances.functor()ConstInstances.traverse()ConstTraverse.traverse(Applicative<G> applicative, Kind<Const<T, ?>, A> value, Function1<? super A, ? extends Kind<G, ? extends B>> mapper) Method parameters in com.github.tonivade.purefun.instances with type arguments of type ConstModifier and TypeMethodDescriptionConstApplicative.ap(Kind<Const<T, ?>, ? extends A> value, Kind<Const<T, ?>, ? extends Function1<? super A, ? extends B>> apply) ConstContravariant.contramap(Kind<Const<T, ?>, ? extends A> value, Function1<? super B, ? extends A> map) default <A,B> B ConstFoldable.foldLeft(Kind<Const<T, ?>, ? extends A> value, B initial, Function2<? super B, ? super A, ? extends B> mapper) default <A,B> Eval <B> ConstFoldable.foldRight(Kind<Const<T, ?>, ? extends A> value, Eval<? extends B> initial, Function2<? super A, ? super Eval<? extends B>, ? extends Eval<? extends B>> mapper) ConstTraverse.traverse(Applicative<G> applicative, Kind<Const<T, ?>, A> value, Function1<? super A, ? extends Kind<G, ? extends B>> mapper) -
Uses of Const in com.github.tonivade.purefun.type
Methods in com.github.tonivade.purefun.type that return ConstModifier and TypeMethodDescriptionstatic <T,A> Const <T, A> Const.of(T value) Const.retag()static <T,A> Const <T, A> Method parameters in com.github.tonivade.purefun.type with type arguments of type Const