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.

@FunctionalInterface public static interface FunctionDefinition.Builder
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.