call method
S
call(
- A a
Allows the wrapped function to be called as an instance method.
Implementation
S call(A a) => func(a);
Allows the wrapped function to be called as an instance method.
S call(A a) => func(a);