menu
fpdt package
documentation
task_either.dart
asUnit<L, R> function
asUnit<L, R> function
dark_mode
light_mode
asUnit<
L
,
R
>
function
TaskEither
<
L
,
Unit
>
asUnit
<
L
,
R
>(
TaskEither
<
L
,
R
>
task
)
Implementation
TaskEither<L, Unit> asUnit<L, R>(TaskEither<L, R> task) => task.p(as(U.unit));
fpdt package
documentation
task_either
asUnit<L, R> function
task_either library