Uses of Class
org.osgi.util.promise.FailedPromiseImpl
-
Packages that use FailedPromiseImpl Package Description org.osgi.util.promise Promise Package Version 1.1. -
-
Uses of FailedPromiseImpl in org.osgi.util.promise
Methods in org.osgi.util.promise that return FailedPromiseImpl Modifier and Type Method Description private <V> FailedPromiseImpl<V>
FailedPromiseImpl. coerce()
Coerce the value type of this FailedPromiseImpl.(package private) <V> FailedPromiseImpl<V>
PromiseImpl. failed(java.lang.Throwable f)
Return a newFailedPromiseImpl
using thePromiseFactory
of this PromiseImpl.
-