Package org.derive4j.processor.api
Class InstanceLocations.CaseOfMatchers.TotalMatcher_Method<X>
- java.lang.Object
-
- org.derive4j.processor.api.InstanceLocations.CaseOfMatchers.PartialMatcher<X>
-
- org.derive4j.processor.api.InstanceLocations.CaseOfMatchers.TotalMatcher_Method<X>
-
- Enclosing class:
- InstanceLocations.CaseOfMatchers
public static final class InstanceLocations.CaseOfMatchers.TotalMatcher_Method<X> extends InstanceLocations.CaseOfMatchers.PartialMatcher<X>
-
-
Constructor Summary
Constructors Constructor Description TotalMatcher_Method(InstanceLocation _instanceLocation, InstanceLocations.ValueMapper<X> value, java.util.function.Function<com.squareup.javapoet.ClassName,X> generatedIn)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description X
method(InstanceLocations.MethodMapper<X> method)
X
method_(X x)
-
Methods inherited from class org.derive4j.processor.api.InstanceLocations.CaseOfMatchers.PartialMatcher
otherwise, otherwise_, otherwiseEmpty
-
-
-
-
Constructor Detail
-
TotalMatcher_Method
TotalMatcher_Method(InstanceLocation _instanceLocation, InstanceLocations.ValueMapper<X> value, java.util.function.Function<com.squareup.javapoet.ClassName,X> generatedIn)
-
-
Method Detail
-
method
public final X method(InstanceLocations.MethodMapper<X> method)
-
-