FutureRpcContextResponse<T> extension
Future extensions for JsonRpcContextResponses.
- on
Methods
-
optional(
) → Future< T?> -
Available on Future<
Waits forJsonRpcContextResponse< , provided by the FutureRpcContextResponse extensionT> >thisfuture to complete and returns its JsonRpcContextResult.value. -
unwrap(
) → Future< T> -
Available on Future<
Waits forJsonRpcContextResponse< , provided by the FutureRpcContextResponse extensionT> >thisfuture to complete and returns its JsonRpcContextResult.value.