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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbaseExpression
(Function<com.squareup.javapoet.CodeBlock, X> baseExpression) baseExpression_
(X x) final <X> Expressions.CasesMatchers.PartialMatcher
<X> recursiveExpression
(Function<UnaryOperator<com.squareup.javapoet.CodeBlock>, X> recursiveExpression) final <X> Expressions.CasesMatchers.PartialMatcher
<X> recursiveExpression_
(X x)
-
Constructor Details
-
TotalMatcher_BaseExpression
TotalMatcher_BaseExpression()
-
-
Method Details
-
baseExpression
public final <X> Expressions.CasesMatchers.TotalMatcher_RecursiveExpression<X> baseExpression(Function<com.squareup.javapoet.CodeBlock, X> baseExpression) -
baseExpression_
-
recursiveExpression
public final <X> Expressions.CasesMatchers.PartialMatcher<X> recursiveExpression(Function<UnaryOperator<com.squareup.javapoet.CodeBlock>, X> recursiveExpression) -
recursiveExpression_
-