bind abstract method

UnaryFunction<T> bind(
  1. Vector<T> params
)

Binds a vector of parameter values params to a function using the selected strategy.

Implementation

UnaryFunction<T> bind(Vector<T> params);