Interface FunctionDefinition.Builder
- Enclosing class:
FunctionDefinition
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Converts an
UnresolvedFunction into a proper Function.
Provides the basic signature (unresolved function + runtime configuration object) while allowing extensions through the vararg extras which subclasses should expand for their own purposes.
-
Method Summary
Modifier and TypeMethodDescriptionbuild(UnresolvedFunction uf, Configuration configuration, Object... extras)
-
Method Details
-
build
-