Package org.derive4j.processor.api.model
Class Expressions.CasesMatchers.TotalMatcher_RecursiveExpression<X>
java.lang.Object
org.derive4j.processor.api.model.Expressions.CasesMatchers.PartialMatcher<X>
org.derive4j.processor.api.model.Expressions.CasesMatchers.TotalMatcher_RecursiveExpression<X>
- Enclosing class:
Expressions.CasesMatchers
public static final class Expressions.CasesMatchers.TotalMatcher_RecursiveExpression<X>
extends Expressions.CasesMatchers.PartialMatcher<X>
-
Constructor Summary
ConstructorsConstructorDescriptionTotalMatcher_RecursiveExpression
(Function<com.squareup.javapoet.CodeBlock, X> baseExpression) -
Method Summary
Modifier and TypeMethodDescriptionfinal Function
<Expression, X> recursiveExpression
(Function<UnaryOperator<com.squareup.javapoet.CodeBlock>, X> recursiveExpression) final Function
<Expression, X> Methods inherited from class org.derive4j.processor.api.model.Expressions.CasesMatchers.PartialMatcher
otherwise, otherwise_, otherwiseEmpty
-
Constructor Details
-
TotalMatcher_RecursiveExpression
-
-
Method Details
-
recursiveExpression
public final Function<Expression,X> recursiveExpression(Function<UnaryOperator<com.squareup.javapoet.CodeBlock>, X> recursiveExpression) -
recursiveExpression_
-