Uses of Class
org.pipecraft.infra.concurrent.AbstractCheckedFuture
-
Packages that use AbstractCheckedFuture Package Description org.pipecraft.infra.concurrent -
-
Uses of AbstractCheckedFuture in org.pipecraft.infra.concurrent
Subclasses of AbstractCheckedFuture in org.pipecraft.infra.concurrent Modifier and Type Class Description classImmediateFuture<V,E extends Exception>A checked listenable future that returns a predefined value or throws a predifined exception.Constructors in org.pipecraft.infra.concurrent with parameters of type AbstractCheckedFuture Constructor Description CheckedFutureTransformer(AbstractCheckedFuture<S,E> future, Function<S,T> mappingFunction)Constructor
-