apply<R> method
- R f(
- T self
Applies f
to this object and returns the result.
Implementation
R apply<R>(R Function(T self) f) => f(this);
Applies f
to this object and returns the result.
R apply<R>(R Function(T self) f) => f(this);