From 8e23c5906de8b831642584d7c0f8fa1db6058fdf Mon Sep 17 00:00:00 2001 From: Thomas Burkhart Date: Tue, 23 Jun 2020 13:12:15 +0200 Subject: [PATCH] V5.1.0 --- doc/api/__404error.html | 17 +- doc/api/categories.json | 12 +- doc/api/index.html | 36 +- doc/api/index.json | 2 +- doc/api/rx_command/Action.html | 73 +- doc/api/rx_command/Action1.html | 73 +- doc/api/rx_command/AsyncAction.html | 75 +- doc/api/rx_command/AsyncAction1.html | 75 +- doc/api/rx_command/AsyncFunc.html | 75 +- doc/api/rx_command/AsyncFunc1.html | 75 +- doc/api/rx_command/CommandResult-class.html | 185 ++-- .../CommandResult/CommandResult.html | 75 +- doc/api/rx_command/CommandResult/data.html | 75 +- doc/api/rx_command/CommandResult/error.html | 75 +- doc/api/rx_command/CommandResult/hasData.html | 75 +- .../rx_command/CommandResult/hasError.html | 75 +- .../rx_command/CommandResult/hashCode.html | 87 +- .../rx_command/CommandResult/isExecuting.html | 75 +- .../CommandResult/noSuchMethod.html | 78 +- .../CommandResult/operator_equals.html | 77 +- .../rx_command/CommandResult/runtimeType.html | 76 +- .../rx_command/CommandResult/toString.html | 75 +- doc/api/rx_command/Func.html | 73 +- doc/api/rx_command/Func1.html | 73 +- doc/api/rx_command/MockCommand-class.html | 716 ++++++++-------- .../rx_command/MockCommand/MockCommand.html | 173 ++-- .../MockCommand/endExecutionNoData.html | 173 ++-- .../MockCommand/endExecutionWithData.html | 173 ++-- .../MockCommand/endExecutionWithError.html | 173 ++-- doc/api/rx_command/MockCommand/execute.html | 197 ++--- .../MockCommand/executionCount.html | 171 ++-- .../MockCommand/lastPassedValueToExecute.html | 171 ++-- .../queueResultsForNextExecuteCall.html | 173 ++-- .../returnValuesForNextExecute.html | 173 ++-- .../MockCommand/startExecution.html | 175 ++-- doc/api/rx_command/RxCommand-class.html | 808 +++++++++--------- doc/api/rx_command/RxCommand/RxCommand.html | 182 ++-- doc/api/rx_command/RxCommand/call.html | 177 ++-- doc/api/rx_command/RxCommand/canExecute.html | 180 ++-- doc/api/rx_command/RxCommand/createAsync.html | 195 +++-- .../RxCommand/createAsyncNoParam.html | 195 +++-- .../RxCommand/createAsyncNoParamNoResult.html | 189 ++-- .../RxCommand/createAsyncNoResult.html | 189 ++-- .../RxCommand/createFromStream.html | 197 +++-- doc/api/rx_command/RxCommand/createSync.html | 195 +++-- .../RxCommand/createSyncNoParam.html | 195 +++-- .../RxCommand/createSyncNoParamNoResult.html | 189 ++-- .../RxCommand/createSyncNoResult.html | 189 ++-- doc/api/rx_command/RxCommand/dispose.html | 177 ++-- doc/api/rx_command/RxCommand/execute.html | 175 ++-- doc/api/rx_command/RxCommand/isExecuting.html | 177 ++-- doc/api/rx_command/RxCommand/lastResult.html | 177 ++-- doc/api/rx_command/RxCommand/next.html | 181 ++-- doc/api/rx_command/RxCommand/results.html | 179 ++-- .../rx_command/RxCommand/throwExceptions.html | 177 ++-- .../RxCommand/thrownExceptions.html | 177 ++-- doc/api/rx_command/RxCommandAsync-class.html | 526 ++++++------ .../RxCommandAsync/RxCommandAsync.html | 159 ++-- .../rx_command/RxCommandAsync/execute.html | 155 ++-- doc/api/rx_command/RxCommandStream-class.html | 526 ++++++------ .../RxCommandStream/RxCommandStream.html | 159 ++-- .../rx_command/RxCommandStream/execute.html | 155 ++-- doc/api/rx_command/RxCommandSync-class.html | 528 ++++++------ .../RxCommandSync/RxCommandSync.html | 159 ++-- doc/api/rx_command/RxCommandSync/execute.html | 155 ++-- doc/api/rx_command/StreamProvider.html | 75 +- doc/api/rx_command/rx_command-library.html | 131 ++- .../RxCommandListener-class.html | 183 ++-- .../RxCommandListener/RxCommandListener.html | 113 +-- .../busyChangeSubscription.html | 95 +- .../RxCommandListener/busySubscription.html | 95 +- .../canExecuteStateSubscription.html | 95 +- .../RxCommandListener/command.html | 95 +- .../RxCommandListener/debounceDuration.html | 93 +- .../RxCommandListener/dispose.html | 93 +- .../RxCommandListener/errorSubscription.html | 95 +- .../RxCommandListener/hashCode.html | 106 +-- .../RxCommandListener/noSuchMethod.html | 96 +-- .../RxCommandListener/onCanExecuteChange.html | 93 +- .../RxCommandListener/onError.html | 93 +- .../RxCommandListener/onIsBusy.html | 93 +- .../RxCommandListener/onIsBusyChange.html | 93 +- .../RxCommandListener/onNotBusy.html | 93 +- .../RxCommandListener/onResult.html | 95 +- .../RxCommandListener/onValue.html | 93 +- .../RxCommandListener/operator_equals.html | 100 +-- .../resultsSubscription.html | 95 +- .../RxCommandListener/runtimeType.html | 94 +- .../RxCommandListener/toString.html | 94 +- .../RxCommandListener/valueSubscription.html | 95 +- .../rx_command_listener-library.html | 47 +- doc/api/static-assets/script.js | 13 +- doc/api/static-assets/styles.css | 16 + example/pubspec.lock | 13 +- pubspec.lock | 2 +- pubspec.yaml | 2 +- 96 files changed, 6980 insertions(+), 6786 deletions(-) diff --git a/doc/api/__404error.html b/doc/api/__404error.html index 86d7378..0743537 100644 --- a/doc/api/__404error.html +++ b/doc/api/__404error.html @@ -4,19 +4,21 @@ - + rx_command - Dart API docs + - + - +
@@ -49,10 +51,6 @@
rx_command pack
  • Libraries
  • rx_command
  • rx_command_listener
  • -
  • Dart
  • -
  • dart:ui
  • -
  • Core
  • -
  • dart:async
  • @@ -79,10 +77,9 @@

    404: Something's gone wrong :-(

    rx_command - 5.0.0 + 5.1.0 -
    @@ -90,7 +87,7 @@

    404: Something's gone wrong :-(

    - + diff --git a/doc/api/categories.json b/doc/api/categories.json index ec6fd70..fe51488 100644 --- a/doc/api/categories.json +++ b/doc/api/categories.json @@ -1,11 +1 @@ -[ - { - "name": "dart:async", - "qualifiedName": "dart:async", - "href": "dart-async/dart-async-library.html", - "type": "library", - "categories": [ - "Core" - ] - } -] +[] diff --git a/doc/api/index.html b/doc/api/index.html index 218f3dd..4c8fe58 100644 --- a/doc/api/index.html +++ b/doc/api/index.html @@ -4,19 +4,21 @@ - + rx_command - Dart API docs + - + - +
    @@ -49,10 +51,6 @@