Interface BoundFunction.Composable<BindingT,ResultT>

Type Parameters:
BindingT - The type the function is bound to.
ResultT - The type this function returns.
All Superinterfaces:
BoundFunction<BindingT,ResultT>, BoundOperation<BindingT,ResultT>
All Known Implementing Classes:
BoundFunction.SingleToSingleEntity.Composable
Enclosing interface:
BoundFunction<BindingT,ResultT>

public static interface BoundFunction.Composable<BindingT,ResultT> extends BoundFunction<BindingT,ResultT>
Interface representing a composable bound function