call method

S call(
  1. A a
)

Allows the wrapped function to be called as an instance method.

Implementation

S call(A a) => func(a);