- call(Promise<T>) - Method in interface com.github.jparkie.promise.Action
-
Performs an action on the promise.
- call(Promise<T>) - Method in class com.github.jparkie.promise.actions.OnCancelAction
-
- call(Promise<T>) - Method in class com.github.jparkie.promise.actions.OnCompleteAction
-
- call(Promise<T>) - Method in class com.github.jparkie.promise.actions.OnFailureAction
-
- call(Promise<T>) - Method in class com.github.jparkie.promise.actions.OnSuccessAction
-
- call(Promise<T>) - Method in interface com.github.jparkie.promise.Function
-
Transforms an existing promise into a new promise.
- call(Promise<T>) - Method in class com.github.jparkie.promise.functions.FallbackFunction
-
- call(Promise<T>) - Method in class com.github.jparkie.promise.functions.FilterFunction
-
- call(Promise<T>) - Method in class com.github.jparkie.promise.functions.FlatMapFunction
-
- call(Promise<T>) - Method in class com.github.jparkie.promise.functions.MapFunction
-
- call(Promise<T>) - Method in class com.github.jparkie.promise.functions.RecoverFunction
-
- call(Promise<T>) - Method in class com.github.jparkie.promise.functions.TransformFunction
-
- cancel() - Method in interface com.github.jparkie.promise.Action
-
Cleans any resources required by the action.
- cancel() - Method in class com.github.jparkie.promise.actions.OnCallAction
-
- cancel() - Method in class com.github.jparkie.promise.actions.OnCompleteAction
-
- cancel() - Method in class com.github.jparkie.promise.actions.OnFailureAction
-
- cancel() - Method in class com.github.jparkie.promise.actions.OnSuccessAction
-
- cancel() - Method in interface com.github.jparkie.promise.Promise
-
Cancels the propagation of completion of the promise.
- cancel(Action<T>) - Method in interface com.github.jparkie.promise.Scheduler
-
Propagates the cancel of an action.
- com.github.jparkie.promise - package com.github.jparkie.promise
-
- com.github.jparkie.promise.actions - package com.github.jparkie.promise.actions
-
- com.github.jparkie.promise.extras - package com.github.jparkie.promise.extras
-
- com.github.jparkie.promise.functions - package com.github.jparkie.promise.functions
-
- create(A, B) - Static method in class com.github.jparkie.promise.extras.Pair
-
Convenience method for creating an appropriately typed pair.
- create(Scheduler, Action<T>) - Static method in class com.github.jparkie.promise.Promises
-
Returns a promise scheduled to be resolved by the specified action.