Interface BoundAction<BindingT,ResultT>

Type Parameters:
BindingT - The type the function is bound to.
ResultT - The type this function returns.
All Superinterfaces:
BoundOperation<BindingT,ResultT>
All Known Implementing Classes:
BoundAction.CollectionToCollection, BoundAction.CollectionToSingle, BoundAction.SingleToCollection, BoundAction.SingleToSingle

public interface BoundAction<BindingT,ResultT> extends BoundOperation<BindingT,ResultT>
Interface representing an action bound to a specific type.
  • Method Details

    • getParameters

      @Nonnull Map<String,Object> getParameters()
      The parameters to invoke this action with.
      Returns:
      The parameters to invoke this action with.