FTransformables<T extends FTransformable> extension
Provides functions to transform a T
using a given function.
- on
-
- T
Methods
-
transform(
T function(T)) → T -
Available on T, provided by the FTransformables extension
Transform thisT
using the givenfunction
.