Package org.derive4j.processor.api.model
Class Expressions.CasesMatchers.TotalMatcher_BaseExpression
- java.lang.Object
-
- org.derive4j.processor.api.model.Expressions.CasesMatchers.TotalMatcher_BaseExpression
-
- Enclosing class:
- Expressions.CasesMatchers
public static final class Expressions.CasesMatchers.TotalMatcher_BaseExpression extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TotalMatcher_BaseExpression()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <X> Expressions.CasesMatchers.TotalMatcher_RecursiveExpression<X>
baseExpression(java.util.function.Function<com.squareup.javapoet.CodeBlock,X> baseExpression)
<X> Expressions.CasesMatchers.TotalMatcher_RecursiveExpression<X>
baseExpression_(X x)
<X> Expressions.CasesMatchers.PartialMatcher<X>
recursiveExpression(java.util.function.Function<java.util.function.UnaryOperator<com.squareup.javapoet.CodeBlock>,X> recursiveExpression)
<X> Expressions.CasesMatchers.PartialMatcher<X>
recursiveExpression_(X x)
-
-
-
Method Detail
-
baseExpression
public final <X> Expressions.CasesMatchers.TotalMatcher_RecursiveExpression<X> baseExpression(java.util.function.Function<com.squareup.javapoet.CodeBlock,X> baseExpression)
-
baseExpression_
public final <X> Expressions.CasesMatchers.TotalMatcher_RecursiveExpression<X> baseExpression_(X x)
-
recursiveExpression
public final <X> Expressions.CasesMatchers.PartialMatcher<X> recursiveExpression(java.util.function.Function<java.util.function.UnaryOperator<com.squareup.javapoet.CodeBlock>,X> recursiveExpression)
-
recursiveExpression_
public final <X> Expressions.CasesMatchers.PartialMatcher<X> recursiveExpression_(X x)
-
-