Package org.derive4j.processor.api
Class InstanceLocations.CasesMatchers.TotalMatcher_Method<X>
- java.lang.Object
-
- org.derive4j.processor.api.InstanceLocations.CasesMatchers.PartialMatcher<X>
-
- org.derive4j.processor.api.InstanceLocations.CasesMatchers.TotalMatcher_Method<X>
-
- Enclosing class:
- InstanceLocations.CasesMatchers
public static final class InstanceLocations.CasesMatchers.TotalMatcher_Method<X> extends InstanceLocations.CasesMatchers.PartialMatcher<X>
-
-
Constructor Summary
Constructors Constructor Description TotalMatcher_Method(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 java.util.function.Function<InstanceLocation,X>
method(InstanceLocations.MethodMapper<X> method)
java.util.function.Function<InstanceLocation,X>
method_(X x)
-
Methods inherited from class org.derive4j.processor.api.InstanceLocations.CasesMatchers.PartialMatcher
otherwise, otherwise_, otherwiseEmpty
-
-
-
-
Constructor Detail
-
TotalMatcher_Method
TotalMatcher_Method(InstanceLocations.ValueMapper<X> value, java.util.function.Function<com.squareup.javapoet.ClassName,X> generatedIn)
-
-
Method Detail
-
method
public final java.util.function.Function<InstanceLocation,X> method(InstanceLocations.MethodMapper<X> method)
-
method_
public final java.util.function.Function<InstanceLocation,X> method_(X x)
-
-