Uses of Class
org.derive4j.processor.api.DeriveMessage
-
Packages that use DeriveMessage Package Description org.derive4j.processor org.derive4j.processor.api -
-
Uses of DeriveMessage in org.derive4j.processor
Methods in org.derive4j.processor that return types with arguments of type DeriveMessage Modifier and Type Method Description private java.util.Map<com.squareup.javapoet.ClassName,P2<java.util.stream.Stream<DeriveMessage>,DerivedCodeSpec>>
DerivingProcessor. derivedInstances(AlgebraicDataType adt)
private java.util.function.Function<DeriveMessage,IO<Unit>>
DerivingProcessor. mesagePrint(javax.lang.model.element.TypeElement element)
-
Uses of DeriveMessage in org.derive4j.processor.api
Subclasses of DeriveMessage in org.derive4j.processor.api Modifier and Type Class Description private static class
DeriveMessages.Lazy
private static class
DeriveMessages.Message
Fields in org.derive4j.processor.api declared as DeriveMessage Modifier and Type Field Description private DeriveMessage
DeriveResults.Error. error
private DeriveMessage
DeriveMessages.Lazy. evaluation
Fields in org.derive4j.processor.api with type parameters of type DeriveMessage Modifier and Type Field Description private java.util.function.Function<DeriveMessage,R>
DeriveResults.CaseOfMatchers.PartialMatcher. error
private java.util.function.Function<DeriveMessage,R>
DeriveResults.CasesMatchers.PartialMatcher. error
private java.util.function.Supplier<DeriveMessage>
DeriveMessages.Lazy. expression
Methods in org.derive4j.processor.api that return DeriveMessage Modifier and Type Method Description private DeriveMessage
DeriveMessages.Lazy. _evaluate()
static DeriveMessage
DeriveMessages. lazy(java.util.function.Supplier<DeriveMessage> deriveMessage)
(package private) static DeriveMessage
DeriveMessage. message(java.lang.String msg)
(package private) static DeriveMessage
DeriveMessage. message(java.lang.String msg, MessageLocalization localization)
static DeriveMessage
DeriveMessages. message(java.lang.String msg)
static DeriveMessage
DeriveMessages. message(java.lang.String text, java.util.List<MessageLocalization> localizations)
static DeriveMessage
DeriveMessages. message(java.lang.String msg, MessageLocalization localization)
Methods in org.derive4j.processor.api that return types with arguments of type DeriveMessage Modifier and Type Method Description static <A> java.util.Optional<DeriveMessage>
DeriveResults. getError(DeriveResult<A> deriveResult)
<R> java.util.function.Function<DeriveMessage,R>
DeriveMessages.CasesMatchers.TotalMatcher_Message. message(DeriveMessage.Case<R> message)
<R> java.util.function.Function<DeriveMessage,R>
DeriveMessages.CasesMatchers.TotalMatcher_Message. message_(R r)
static java.util.function.Function<DeriveMessage,DeriveMessage>
DeriveMessages. modLocalizations(java.util.function.Function<java.util.List<MessageLocalization>,java.util.List<MessageLocalization>> localizationsMod)
static java.util.function.Function<DeriveMessage,DeriveMessage>
DeriveMessages. modLocalizations(java.util.function.Function<java.util.List<MessageLocalization>,java.util.List<MessageLocalization>> localizationsMod)
static java.util.function.Function<DeriveMessage,DeriveMessage>
DeriveMessages. modText(java.util.function.Function<java.lang.String,java.lang.String> textMod)
static java.util.function.Function<DeriveMessage,DeriveMessage>
DeriveMessages. modText(java.util.function.Function<java.lang.String,java.lang.String> textMod)
static java.util.function.Function<DeriveMessage,DeriveMessage>
DeriveMessages. setLocalizations(java.util.List<MessageLocalization> newLocalizations)
static java.util.function.Function<DeriveMessage,DeriveMessage>
DeriveMessages. setLocalizations(java.util.List<MessageLocalization> newLocalizations)
static java.util.function.Function<DeriveMessage,DeriveMessage>
DeriveMessages. setText(java.lang.String newText)
static java.util.function.Function<DeriveMessage,DeriveMessage>
DeriveMessages. setText(java.lang.String newText)
Methods in org.derive4j.processor.api with parameters of type DeriveMessage Modifier and Type Method Description static <A> DeriveResult<A>
DeriveResult. error(DeriveMessage errorMsg)
static <A> DeriveResult<A>
DeriveResults. error(DeriveMessage error)
static java.util.List<MessageLocalization>
DeriveMessages. getLocalizations(DeriveMessage deriveMessage)
static java.lang.String
DeriveMessages. getText(DeriveMessage deriveMessage)
static <A> java.util.function.Function<DeriveResult<A>,DeriveResult<A>>
DeriveResults. setError(DeriveMessage newError)
Method parameters in org.derive4j.processor.api with type arguments of type DeriveMessage Modifier and Type Method Description <R> DeriveResults.CaseOfMatchers.TotalMatcher_Result<A,R>
DeriveResults.CaseOfMatchers.TotalMatcher_Error. error(java.util.function.Function<DeriveMessage,R> error)
<R> DeriveResults.CasesMatchers.TotalMatcher_Result<A,R>
DeriveResults.CasesMatchers.TotalMatcher_Error. error(java.util.function.Function<DeriveMessage,R> error)
static DeriveMessage
DeriveMessages. lazy(java.util.function.Supplier<DeriveMessage> deriveMessage)
abstract <R> R
DeriveResult. match(java.util.function.Function<DeriveMessage,R> error, java.util.function.Function<A,R> result)
<R> R
DeriveResults.Error. match(java.util.function.Function<DeriveMessage,R> error, java.util.function.Function<A,R> result)
<R> R
DeriveResults.Lazy. match(java.util.function.Function<DeriveMessage,R> error, java.util.function.Function<A,R> result)
<R> R
DeriveResults.Result. match(java.util.function.Function<DeriveMessage,R> error, java.util.function.Function<A,R> result)
static <A> java.util.function.Function<DeriveResult<A>,DeriveResult<A>>
DeriveResults. modError(java.util.function.Function<DeriveMessage,DeriveMessage> errorMod)
static <A> java.util.function.Function<DeriveResult<A>,DeriveResult<A>>
DeriveResults. modError(java.util.function.Function<DeriveMessage,DeriveMessage> errorMod)
Constructors in org.derive4j.processor.api with parameters of type DeriveMessage Constructor Description Error(DeriveMessage error)
Constructor parameters in org.derive4j.processor.api with type arguments of type DeriveMessage Constructor Description Lazy(java.util.function.Supplier<DeriveMessage> deriveMessage)
PartialMatcher(DeriveResult<A> _deriveResult, java.util.function.Function<DeriveMessage,R> error, java.util.function.Function<A,R> result)
PartialMatcher(java.util.function.Function<DeriveMessage,R> error, java.util.function.Function<A,R> result)
TotalMatcher_Result(DeriveResult<A> _deriveResult, java.util.function.Function<DeriveMessage,R> error)
TotalMatcher_Result(java.util.function.Function<DeriveMessage,R> error)
-