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