menu
fast_http package
documentation
core/API/request_method.dart
Evaluation<E, R, W, S, A>
Evaluation.new constructor
Evaluation.new constructor
dark_mode
light_mode
Evaluation<
E
,
R
,
W
,
S
,
A
>
constructor
Evaluation<
E
,
R
,
W
,
S
,
A
>
(
Monoid
<
W
>
_W
,
Function2
<
R
,
S
,
Future
<
Either
<
E
,
Tuple3
<
W
,
S
,
A
>
>
>
>
_run
)
Implementation
Evaluation(this._W, this._run);
fast_http package
documentation
core/API/request_method
Evaluation<E, R, W, S, A>
Evaluation.new constructor
Evaluation class