menu
func_dart_core package
documentation
either.dart
TapFunction<A, B> typedef
TapFunction<A, B> typedef
dark_mode
light_mode
TapFunction<
A
,
B
>
typedef
TapFunction
<
A
,
B
> =
Either
<
A
,
B
>
Function
(
Either
<
A
,
B
>
either
)
Implementation
typedef TapFunction<A, B> = Either<A, B> Function(Either<A, B> either);
func_dart_core package
documentation
either
TapFunction<A, B> typedef
either library