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
public static final class InstanceLocations.CasesMatchers.TotalMatcher_Value extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TotalMatcher_Value()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <X> InstanceLocations.CasesMatchers.PartialMatcher_Method<X>
generatedIn(java.util.function.Function<com.squareup.javapoet.ClassName,X> generatedIn)
<X> InstanceLocations.CasesMatchers.PartialMatcher_Method<X>
generatedIn_(X x)
<X> InstanceLocations.CasesMatchers.PartialMatcher<X>
method(InstanceLocations.MethodMapper<X> method)
<X> InstanceLocations.CasesMatchers.PartialMatcher<X>
method_(X x)
<X> InstanceLocations.CasesMatchers.TotalMatcher_GeneratedIn<X>
value(InstanceLocations.ValueMapper<X> value)
<X> InstanceLocations.CasesMatchers.TotalMatcher_GeneratedIn<X>
value_(X x)
-
-
-
Method Detail
-
value
public final <X> InstanceLocations.CasesMatchers.TotalMatcher_GeneratedIn<X> value(InstanceLocations.ValueMapper<X> value)
-
value_
public final <X> InstanceLocations.CasesMatchers.TotalMatcher_GeneratedIn<X> value_(X x)
-
generatedIn
public final <X> InstanceLocations.CasesMatchers.PartialMatcher_Method<X> generatedIn(java.util.function.Function<com.squareup.javapoet.ClassName,X> generatedIn)
-
generatedIn_
public final <X> InstanceLocations.CasesMatchers.PartialMatcher_Method<X> generatedIn_(X x)
-
method
public final <X> InstanceLocations.CasesMatchers.PartialMatcher<X> method(InstanceLocations.MethodMapper<X> method)
-
method_
public final <X> InstanceLocations.CasesMatchers.PartialMatcher<X> method_(X x)
-
-