public class JrePromiseImpl<ResultType> extends PromiseImpl<ResultType>
failureCache, operation| Constructor and Description |
|---|
JrePromiseImpl(delight.async.Operation<ResultType> operation) |
| Modifier and Type | Method and Description |
|---|---|
ResultType |
get()
Attempts to resolve this promise synchronously.
|
addExceptionFallback, apply, cachedResult, catchExceptions, get, toStringpublic JrePromiseImpl(delight.async.Operation<ResultType> operation)
public ResultType get()
PromiseAttempts to resolve this promise synchronously.
get in interface Promise<ResultType>get in class PromiseImpl<ResultType>Copyright © 2018. All rights reserved.