Uses of Interface
com.github.tonivade.purefun.monad.Reader
Packages that use Reader
-
Uses of Reader in com.github.tonivade.purefun.instances
Methods in com.github.tonivade.purefun.instances that return ReaderModifier and TypeMethodDescriptionReaderMonad.flatMap(Kind<Reader<R, ?>, ? extends T> value, Function1<? super T, ? extends Kind<Reader<R, ?>, ? extends V>> map) ReaderMonad.pure(T value) Methods in com.github.tonivade.purefun.instances that return types with arguments of type ReaderModifier and TypeMethodDescriptionReaderMonadReader.ask()ReaderInstances.monad()static <R> MonadReader<Reader<R, ?>, R> ReaderInstances.monadReader()Method parameters in com.github.tonivade.purefun.instances with type arguments of type Reader -
Uses of Reader in com.github.tonivade.purefun.monad
Methods in com.github.tonivade.purefun.monad that return ReaderModifier and TypeMethodDescriptionstatic <R> Reader<R, R> Reader.env()static <R,A> Reader <R, A> Reader.pure(A value) static <R,A> Reader <R, A> static <R,A> Reader <R, A> Methods in com.github.tonivade.purefun.monad with parameters of type ReaderModifier and TypeMethodDescriptionMethod parameters in com.github.tonivade.purefun.monad with type arguments of type Reader