rx_command
rx_command
MockCommand
<
TParam
,
TResult
>
subject property
subject
MockCommand class
Constructors
MockCommand
Properties
executionCount
lastPassedValueToExecute
returnValuesForNextExecute
subject
canExecute
first
hashCode
isBroadcast
isEmpty
isExecuting
last
lastResult
length
results
runtimeType
single
throwExceptions
thrownExceptions
Methods
endExecutionNoData
endExecutionWithData
endExecutionWithError
execute
queueResultsForNextExecuteCall
startExecution
any
asBroadcastStream
asyncExpand
asyncMap
buffer
bufferCount
bufferFuture
bufferTest
bufferTime
bufferWhen
bufferWithCount
call
cast
concatMap
concatWith
contains
debounce
defaultIfEmpty
delay
dematerialize
dispose
distinct
distinctUnique
doOnCancel
doOnData
doOnDone
doOnEach
doOnError
doOnListen
doOnPause
doOnResume
drain
elementAt
every
exhaustMap
expand
firstWhere
flatMap
flatMapIterable
flatMapLatest
fold
forEach
handleError
ignoreElements
interval
join
lastWhere
listen
map
materialize
max
mergeWith
min
noSuchMethod
ofType
onErrorResume
onErrorResumeNext
onErrorReturn
onErrorReturnWith
pipe
reduce
repeat
sample
scan
singleWhere
skip
skipUntil
skipWhile
startWith
startWithMany
switchIfEmpty
switchMap
take
takeUntil
takeWhile
throttle
timeInterval
timeout
timestamp
toList
toSet
toString
transform
where
window
windowCount
windowFuture
windowTest
windowTime
windowWhen
windowWithCount
withLatestFrom
zipWith
Operators
operator ==
subject property
BehaviorSubject
<
CommandResult
<
TResult
>
>
subject
read / write
Implementation
BehaviorSubject<CommandResult<TResult>> subject