Uses of Interface
org.derive4j.processor.IO
-
Packages that use IO Package Description org.derive4j.processor -
-
Uses of IO in org.derive4j.processor
Methods in org.derive4j.processor that return IO Modifier and Type Method Description private IO<Unit>
DerivingProcessor. derivation(javax.lang.model.element.TypeElement element, DeriveConfig deriveConfig)
static IO<Unit>
IO. effect(IO.Effect e)
default <B> IO<B>
IO. then(IO<B> ioB)
static <A,B>
IO<java.util.List<B>>IO. traverse(java.util.List<A> as, java.util.function.Function<A,IO<B>> f)
default IO<Unit>
IO. voided()
Methods in org.derive4j.processor that return types with arguments of type IO Modifier and Type Method Description private java.util.function.Function<DeriveMessage,IO<Unit>>
DerivingProcessor. mesagePrint(javax.lang.model.element.TypeElement element)
Methods in org.derive4j.processor with parameters of type IO Modifier and Type Method Description default <B> IO<B>
IO. then(IO<B> ioB)
Method parameters in org.derive4j.processor with type arguments of type IO Modifier and Type Method Description static <A,B>
IO<java.util.List<B>>IO. traverse(java.util.List<A> as, java.util.function.Function<A,IO<B>> f)
-