Uses of Class
at.jku.ssw.fp.sect06_3_4.Logged
-
Packages that use Logged Package Description at.jku.ssw.fp.sect06_3_4 -
-
Uses of Logged in at.jku.ssw.fp.sect06_3_4
Methods in at.jku.ssw.fp.sect06_3_4 that return Logged Modifier and Type Method Description (package private) static Logged<Boolean>
Demo5_ExprEvalLogged. eval(Expr expr, Map<String,Boolean> bds)
<B> Logged<B>
Logged. flatMap(Function<A,Logged<B>> mapper)
Monad operator mapping value and concatenating log strings.static <A> Logged<A>
Logged. of(A a, String log)
Creates a Logged monad with a wrapped value.Method parameters in at.jku.ssw.fp.sect06_3_4 with type arguments of type Logged Modifier and Type Method Description <B> Logged<B>
Logged. flatMap(Function<A,Logged<B>> mapper)
Monad operator mapping value and concatenating log strings.
-