menu
data_manage package
documentation
graph.dart
IGraphIterable<T>
mapped<R> abstract method
mapped<R> abstract method
dark_mode
light_mode
mapped<
R
>
abstract method
Iterator
<
R
>
mapped
<
R
>(
Iterator
<
T
>
source
,
R
mapper
(
T
)
)
Создает итератор с трансформацией
Implementation
Iterator<R> mapped<R>(Iterator<T> source, R Function(T) mapper);
data_manage package
documentation
graph
IGraphIterable<T>
mapped<R> abstract method
IGraphIterable class