rx_command
rx_command
Func1<
TParam
,
TResult
> typedef
Func1
rx_command library
Classes
CommandResult
MockCommand
RxCommand
RxCommandAsync
RxCommandListener
RxCommandStream
RxCommandSync
Typedefs
Action
Action1
AsyncAction
AsyncAction1
AsyncFunc
AsyncFunc1
Func
Func1
StreamProvider
Func1<
TParam
,
TResult
> typedef
TResult
Func1
(
TParam
param
)
Implementation
typedef Func1<TParam, TResult> = TResult Function(TParam param);