Uses of Package
org.pipecraft.infra.concurrent
-
Classes in org.pipecraft.infra.concurrent used by org.pipecraft.infra.concurrent Class Description AbstractCheckedFuture An abstract decorator onListenableFuturewhich adds checkedGet() methods which simplify Future's error handling.CheckedFuture ExtendsListenableFutureand adds checkedGet() methods which simplify Future's error handling.FailableBiConsumer A bi-consumer that may fail with a checked exception during the execution of the accept(..) method.FailableConsumer A consumer that may fail with a checked exception during the execution of the accept(..) method.FailableFunction A function that may fail with a checked exception during the execution of the apply(..) method.FailableInterruptibleConsumer An interreuptible consumer that may also fail with a checked exception during the execution of the accept(..) method.FailableInterruptibleSupplier A supplier that is interruptible and may also fail with a checked exception during the execution of the get() method.FailablePredicate FailableSupplier A supplier that may fail with a checked exception during the execution of the get() method.FutureCompletionHandler To be set as a listener onListenableFutures. -
Classes in org.pipecraft.infra.concurrent used by org.pipecraft.infra.io Class Description FailableInterruptibleRunnable A runnable that is interruptible and may also fail with a checked exception during the execution of the run() method.FailableInterruptibleSupplier A supplier that is interruptible and may also fail with a checked exception during the execution of the get() method. -
Classes in org.pipecraft.infra.concurrent used by org.pipecraft.pipes.async.inter Class Description FailableConsumer A consumer that may fail with a checked exception during the execution of the accept(..) method.FailableFunction A function that may fail with a checked exception during the execution of the apply(..) method. -
Classes in org.pipecraft.infra.concurrent used by org.pipecraft.pipes.serialization Class Description FailableBiConsumer A bi-consumer that may fail with a checked exception during the execution of the accept(..) method.FailableFunction A function that may fail with a checked exception during the execution of the apply(..) method. -
Classes in org.pipecraft.infra.concurrent used by org.pipecraft.pipes.sync.inter Class Description FailableConsumer A consumer that may fail with a checked exception during the execution of the accept(..) method.FailableFunction A function that may fail with a checked exception during the execution of the apply(..) method.FailableRunnable A runnable that may fail with a checked exception during the execution of the run() method. -
Classes in org.pipecraft.infra.concurrent used by org.pipecraft.pipes.sync.inter.join Class Description FailableFunction A function that may fail with a checked exception during the execution of the apply(..) method. -
Classes in org.pipecraft.infra.concurrent used by org.pipecraft.pipes.sync.inter.reduct Class Description FailableBiConsumer A bi-consumer that may fail with a checked exception during the execution of the accept(..) method.FailableFunction A function that may fail with a checked exception during the execution of the apply(..) method. -
Classes in org.pipecraft.infra.concurrent used by org.pipecraft.pipes.sync.source Class Description FailableFunction A function that may fail with a checked exception during the execution of the apply(..) method.FailableInterruptibleSupplier A supplier that is interruptible and may also fail with a checked exception during the execution of the get() method.FailableSupplier A supplier that may fail with a checked exception during the execution of the get() method. -
Classes in org.pipecraft.infra.concurrent used by org.pipecraft.pipes.terminal Class Description FailableConsumer A consumer that may fail with a checked exception during the execution of the accept(..) method.FailableFunction A function that may fail with a checked exception during the execution of the apply(..) method.