Interface MethodDef.MethodBodyBuilder
- All Superinterfaces:
BiFunction<VariableDef.This, List<VariableDef.MethodParameter>, StatementDef>
- Enclosing class:
MethodDef
public static interface MethodDef.MethodBodyBuilder
extends BiFunction<VariableDef.This, List<VariableDef.MethodParameter>, StatementDef>
The body builder.
- Since:
- 1.4
- Author:
- Denis Stepanov
-
Method Summary
Methods inherited from interface BiFunction
andThen, apply