menu
ribs_json package
documentation
ribs_json.dart
Decoder<A>
emap<B> method
emap<B> method
dark_mode
light_mode
emap<
B
>
method
Decoder
<
B
>
emap
<
B
>(
Function1
<
A
,
Either
<
String
,
B
>
>
f
)
Implementation
Decoder<B> emap<B>(Function1<A, Either<String, B>> f) => EmapDecoder(this, f);
ribs_json package
documentation
ribs_json
Decoder<A>
emap<B> method
Decoder class