Uses of Interface
org.xnio.Result
Packages that use Result
-
Uses of Result in org.xnio
Modifier and TypeClassDescriptionclass
FutureResult<T>
A result with a correspondingIoFuture
instance.class
TranslatingResult<T,
O> Abstract base class forResult
s which translate from one type to another.Modifier and TypeMethodDescriptionstatic <T> IoFuture.Notifier
<T, Result<T>> IoUtils.resultNotifier()
Get the result notifier.