menu
bones_ui package
documentation
bones_ui_test.dart
FutureUITestChainExtension<U extends UIRoot, E, O, P extends UITestChain<U, O, dynamic, dynamic>, T extends UITestChain<U, E, P, T>>
map<R> method
map<R> method
dark_mode
light_mode
map<
R
>
method
Future
<
UITestChainNode
<
U
,
R
,
T
>
>
map
<
R
>(
R
mapper
(
E
e
)
)
Implementation
Future<UITestChainNode<U, R, T>> map<R>(R Function(E e) mapper) => then((o) => o.map<R>(mapper));
bones_ui package
documentation
bones_ui_test
FutureUITestChainExtension<U extends UIRoot, E, O, P extends UITestChain<U, O, dynamic, dynamic>, T extends UITestChain<U, E, P, T>>
map<R> method
FutureUITestChainExtension extension on
Future
<
T
>