Package org.derive4j.processor.api
Class InstanceLocations.CasesMatchers.TotalMatcher_Value
java.lang.Object
org.derive4j.processor.api.InstanceLocations.CasesMatchers.TotalMatcher_Value
- Enclosing class:
InstanceLocations.CasesMatchers
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongeneratedIn
(Function<com.squareup.javapoet.ClassName, X> generatedIn) generatedIn_
(X x) final <X> InstanceLocations.CasesMatchers.PartialMatcher
<X> method
(InstanceLocations.MethodMapper<X> method) final <X> InstanceLocations.CasesMatchers.PartialMatcher
<X> method_
(X x) value
(InstanceLocations.ValueMapper<X> value) value_
(X x)
-
Constructor Details
-
TotalMatcher_Value
TotalMatcher_Value()
-
-
Method Details
-
value
public final <X> InstanceLocations.CasesMatchers.TotalMatcher_GeneratedIn<X> value(InstanceLocations.ValueMapper<X> value) -
value_
-
generatedIn
public final <X> InstanceLocations.CasesMatchers.PartialMatcher_Method<X> generatedIn(Function<com.squareup.javapoet.ClassName, X> generatedIn) -
generatedIn_
-
method
public final <X> InstanceLocations.CasesMatchers.PartialMatcher<X> method(InstanceLocations.MethodMapper<X> method) -
method_
-