Package org.derive4j.processor.api
Class EitherModels.CasesMatchers.TotalMatcher_EitherModel
- java.lang.Object
-
- org.derive4j.processor.api.EitherModels.CasesMatchers.TotalMatcher_EitherModel
-
- Enclosing class:
- EitherModels.CasesMatchers
public static final class EitherModels.CasesMatchers.TotalMatcher_EitherModel extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TotalMatcher_EitherModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> java.util.function.Function<EitherModel,R>
EitherModel(EitherModel.Case<R> EitherModel)
<R> java.util.function.Function<EitherModel,R>
EitherModel_(R r)
-
-
-
Method Detail
-
EitherModel
public final <R> java.util.function.Function<EitherModel,R> EitherModel(EitherModel.Case<R> EitherModel)
-
EitherModel_
public final <R> java.util.function.Function<EitherModel,R> EitherModel_(R r)
-
-