Uses of Class
org.derive4j.processor.Unit
-
Packages that use Unit Package Description org.derive4j.processor -
-
Uses of Unit in org.derive4j.processor
Fields in org.derive4j.processor declared as Unit Modifier and Type Field Description (package private) static Unit
Unit. unit
Fields in org.derive4j.processor with type parameters of type Unit Modifier and Type Field Description (package private) static javax.lang.model.type.TypeVisitor<java.util.Optional<javax.lang.model.type.DeclaredType>,Unit>
Utils. asDeclaredType
(package private) static javax.lang.model.element.ElementVisitor<java.util.Optional<javax.lang.model.element.TypeElement>,Unit>
Utils. asTypeElement
(package private) static javax.lang.model.type.TypeVisitor<java.util.Optional<javax.lang.model.type.TypeVariable>,Unit>
Utils. asTypeVariable
Methods in org.derive4j.processor that return types with arguments of type Unit 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)
private java.util.function.Function<DeriveMessage,IO<Unit>>
DerivingProcessor. mesagePrint(javax.lang.model.element.TypeElement element)
default IO<Unit>
IO. voided()
-