Uses of Class
fj.data.Writer
-
Packages that use Writer Package Description fj Types that set the premise for the existence of Functional Java.fj.data Common algebraic data types. -
-
Uses of Writer in fj
Methods in fj that return types with arguments of type Writer Modifier and Type Method Description static <A,B>
Equal<Writer<A,B>>Equal. writerEqual(Equal<A> eq1, Equal<B> eq2)
-
Uses of Writer in fj.data
Methods in fj.data that return Writer Modifier and Type Method Description <B> Writer<W,B>
Writer. flatMap(F<A,Writer<W,B>> f)
<B> Writer<W,B>
Writer. map(F<A,B> f)
Writer<W,A>
Writer. tell(W w)
static <W,A>
Writer<W,A>Writer. unit(A a, Monoid<W> m)
static <W,A>
Writer<W,A>Writer. unit(A a, W w, Monoid<W> m)
static <B> Writer<java.lang.String,B>
Writer. unit(B b)
Methods in fj.data that return types with arguments of type Writer Modifier and Type Method Description static <A> F<A,Writer<java.lang.String,A>>
Writer. stringLogger()
Method parameters in fj.data with type arguments of type Writer Modifier and Type Method Description <B> Writer<W,B>
Writer. flatMap(F<A,Writer<W,B>> f)
-