fmapOn<T1> method
Implementation
@Deprecated('There are very few usecases for this.')
T fmapOn<T1>(T Function(T1) fn) => this is T1 ? fn(this as T1) : this;
@Deprecated('There are very few usecases for this.')
T fmapOn<T1>(T Function(T1) fn) => this is T1 ? fn(this as T1) : this;