menu
anyhow package
documentation
rust.dart
FlatMap<S, T>
FlatMap constructor
FlatMap constructor
dark_mode
light_mode
FlatMap<
S
,
T
>
constructor
FlatMap<
S
,
T
>
(
Iterator
<
S
>
_iterator
,
Iterator
<
T
>
_f
(
S
)
)
Implementation
FlatMap(this._iterator, this._f) : super._late() { _wIterator = this; }
anyhow package
documentation
rust
FlatMap<S, T>
FlatMap constructor
FlatMap class