mapSyncOrAsync top-level property
FutureOr<R> Function<A, R>(FutureOr<A> a, FutureOr<R> callback(A a), {void onError(Object e)?})
mapSyncOrAsync
final
Implementation
final mapSyncOrAsync = consec;