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 classprivate static final classFields in org.derive4j.processor.api declared as DeriveMessageModifier and TypeFieldDescriptionprivate final DeriveMessageDeriveResults.Error.errorprivate DeriveMessageDeriveMessages.Lazy.evaluationFields in org.derive4j.processor.api with type parameters of type DeriveMessageModifier and TypeFieldDescriptionprivate final Function<DeriveMessage, R> DeriveResults.CaseOfMatchers.PartialMatcher.errorprivate final Function<DeriveMessage, R> DeriveResults.CasesMatchers.PartialMatcher.errorprivate Supplier<DeriveMessage> DeriveMessages.Lazy.expressionMethods in org.derive4j.processor.api that return DeriveMessageModifier and TypeMethodDescriptionprivate DeriveMessageDeriveMessages.Lazy._evaluate()static DeriveMessageDeriveMessages.lazy(Supplier<DeriveMessage> deriveMessage) (package private) static DeriveMessage(package private) static DeriveMessageDeriveMessage.message(String msg, MessageLocalization localization) static DeriveMessagestatic DeriveMessageDeriveMessages.message(String text, List<MessageLocalization> localizations) static DeriveMessageDeriveMessages.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 StringDeriveMessages.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 DeriveMessageDeriveMessages.lazy(Supplier<DeriveMessage> deriveMessage) abstract <R> RDeriveResult.match(Function<DeriveMessage, R> error, Function<A, R> result) <R> RDeriveResults.Error.match(Function<DeriveMessage, R> error, Function<A, R> result) <R> RDeriveResults.Lazy.match(Function<DeriveMessage, R> error, Function<A, R> result) <R> RDeriveResults.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)