public interface DisruptionCollectorExecuting<E> extends DisruptionCollector
| Modifier and Type | Interface and Description |
|---|---|
static class |
DisruptionCollectorExecuting.WrapperThrowingProcedure<E> |
DisruptionCollector.Default| Modifier and Type | Method and Description |
|---|---|
void |
executeOn(E element) |
static <E> DisruptionCollectorExecuting<E> |
New(one.microstream.functional.ThrowingProcedure<? super E,?> logic) |
static <E> DisruptionCollectorExecuting<E> |
New(one.microstream.functional.ThrowingProcedure<? super E,?> logic,
Supplier<? extends one.microstream.collections.types.XCollection<Throwable>> collectionSupplier) |
static <E> DisruptionCollectorExecuting<E> |
New(one.microstream.functional.ThrowingProcedure<? super E,?> logic,
one.microstream.collections.types.XCollection<Throwable> collection) |
collectDisruption, defaultCollectionSupplier, execute, execute, execute, execute, execute, hasDisruptions, New, New, New, reset, toArray, toMultiCauseException, toMultiCauseException, yield, yieldvoid executeOn(E element)
static <E> DisruptionCollectorExecuting<E> New(one.microstream.functional.ThrowingProcedure<? super E,?> logic)
static <E> DisruptionCollectorExecuting<E> New(one.microstream.functional.ThrowingProcedure<? super E,?> logic, Supplier<? extends one.microstream.collections.types.XCollection<Throwable>> collectionSupplier)
static <E> DisruptionCollectorExecuting<E> New(one.microstream.functional.ThrowingProcedure<? super E,?> logic, one.microstream.collections.types.XCollection<Throwable> collection)
Copyright © 2022 MicroStream Software. All rights reserved.