Uses of Class
org.derive4j.processor.api.DeriveMessage
Packages that use DeriveMessage
-
Uses of DeriveMessage in org.derive4j.processor
Methods in org.derive4j.processor that return types with arguments of type DeriveMessageModifier and TypeMethodDescriptionprivate Map
<com.squareup.javapoet.ClassName, P2<Stream<DeriveMessage>, DerivedCodeSpec>> DerivingProcessor.derivedInstances
(AlgebraicDataType adt) private Function
<DeriveMessage, IO<Unit>> DerivingProcessor.mesagePrint
(TypeElement element) -
Uses of DeriveMessage in org.derive4j.processor.api
Subclasses of DeriveMessage in org.derive4j.processor.apiModifier and TypeClassDescriptionprivate static final class
private static final class
Fields in org.derive4j.processor.api declared as DeriveMessageModifier and TypeFieldDescriptionprivate final DeriveMessage
DeriveResults.Error.error
private DeriveMessage
DeriveMessages.Lazy.evaluation
Fields in org.derive4j.processor.api with type parameters of type DeriveMessageModifier and TypeFieldDescriptionprivate final Function
<DeriveMessage, R> DeriveResults.CaseOfMatchers.PartialMatcher.error
private final Function
<DeriveMessage, R> DeriveResults.CasesMatchers.PartialMatcher.error
private Supplier
<DeriveMessage> DeriveMessages.Lazy.expression
Methods in org.derive4j.processor.api that return DeriveMessageModifier and TypeMethodDescriptionprivate DeriveMessage
DeriveMessages.Lazy._evaluate()
static DeriveMessage
DeriveMessages.lazy
(Supplier<DeriveMessage> deriveMessage) (package private) static DeriveMessage
(package private) static DeriveMessage
DeriveMessage.message
(String msg, MessageLocalization localization) static DeriveMessage
static DeriveMessage
DeriveMessages.message
(String text, List<MessageLocalization> localizations) static DeriveMessage
DeriveMessages.message
(String msg, MessageLocalization localization) Methods in org.derive4j.processor.api that return types with arguments of type DeriveMessageModifier and TypeMethodDescriptionstatic <A> Optional
<DeriveMessage> DeriveResults.getError
(DeriveResult<A> deriveResult) final <R> Function
<DeriveMessage, R> DeriveMessages.CasesMatchers.TotalMatcher_Message.message
(DeriveMessage.Case<R> message) final <R> Function
<DeriveMessage, R> DeriveMessages.CasesMatchers.TotalMatcher_Message.message_
(R r) static Function
<DeriveMessage, DeriveMessage> DeriveMessages.modLocalizations
(Function<List<MessageLocalization>, List<MessageLocalization>> localizationsMod) static Function
<DeriveMessage, DeriveMessage> DeriveMessages.modLocalizations
(Function<List<MessageLocalization>, List<MessageLocalization>> localizationsMod) static Function
<DeriveMessage, DeriveMessage> static Function
<DeriveMessage, DeriveMessage> static Function
<DeriveMessage, DeriveMessage> DeriveMessages.setLocalizations
(List<MessageLocalization> newLocalizations) static Function
<DeriveMessage, DeriveMessage> DeriveMessages.setLocalizations
(List<MessageLocalization> newLocalizations) static Function
<DeriveMessage, DeriveMessage> static Function
<DeriveMessage, DeriveMessage> Methods in org.derive4j.processor.api with parameters of type DeriveMessageModifier and TypeMethodDescriptionstatic <A> DeriveResult
<A> DeriveResult.error
(DeriveMessage errorMsg) static <A> DeriveResult
<A> DeriveResults.error
(DeriveMessage error) static List
<MessageLocalization> DeriveMessages.getLocalizations
(DeriveMessage deriveMessage) static String
DeriveMessages.getText
(DeriveMessage deriveMessage) static <A> Function
<DeriveResult<A>, DeriveResult<A>> DeriveResults.setError
(DeriveMessage newError) Method parameters in org.derive4j.processor.api with type arguments of type DeriveMessageModifier and TypeMethodDescriptionfinal <R> DeriveResults.CaseOfMatchers.TotalMatcher_Result
<A, R> DeriveResults.CaseOfMatchers.TotalMatcher_Error.error
(Function<DeriveMessage, R> error) final <R> DeriveResults.CasesMatchers.TotalMatcher_Result
<A, R> DeriveResults.CasesMatchers.TotalMatcher_Error.error
(Function<DeriveMessage, R> error) static DeriveMessage
DeriveMessages.lazy
(Supplier<DeriveMessage> deriveMessage) abstract <R> R
DeriveResult.match
(Function<DeriveMessage, R> error, Function<A, R> result) <R> R
DeriveResults.Error.match
(Function<DeriveMessage, R> error, Function<A, R> result) <R> R
DeriveResults.Lazy.match
(Function<DeriveMessage, R> error, Function<A, R> result) <R> R
DeriveResults.Result.match
(Function<DeriveMessage, R> error, Function<A, R> result) static <A> Function
<DeriveResult<A>, DeriveResult<A>> DeriveResults.modError
(Function<DeriveMessage, DeriveMessage> errorMod) static <A> Function
<DeriveResult<A>, DeriveResult<A>> DeriveResults.modError
(Function<DeriveMessage, DeriveMessage> errorMod) Constructors in org.derive4j.processor.api with parameters of type DeriveMessageConstructor parameters in org.derive4j.processor.api with type arguments of type DeriveMessageModifierConstructorDescription(package private)
Lazy
(Supplier<DeriveMessage> deriveMessage) (package private)
PartialMatcher
(DeriveResult<A> _deriveResult, Function<DeriveMessage, R> error, Function<A, R> result) (package private)
PartialMatcher
(Function<DeriveMessage, R> error, Function<A, R> result) (package private)
TotalMatcher_Result
(DeriveResult<A> _deriveResult, Function<DeriveMessage, R> error) (package private)
TotalMatcher_Result
(Function<DeriveMessage, R> error)