Uses of Interface
one.microstream.functional.ThrowingProcedure
Package | Description |
---|---|
one.microstream.functional | |
one.microstream.storage.types |
-
Uses of ThrowingProcedure in one.microstream.functional
Subinterfaces of ThrowingProcedure in one.microstream.functional Modifier and Type Interface Description interface
Procedure<E>
-
Uses of ThrowingProcedure in one.microstream.storage.types
Classes in one.microstream.storage.types that implement ThrowingProcedure Modifier and Type Class Description static class
StorageEntity.MaxObjectId
static class
StorageEntity.MinObjectId
Methods in one.microstream.storage.types with type parameters of type ThrowingProcedure Modifier and Type Method Description <T extends Throwable, P extends ThrowingProcedure<? super StorageEntity.Default, T>>
PStorageEntityType.Default. iterateEntities(P procedure)
<T extends Throwable, P extends ThrowingProcedure<? super E, T>>
PStorageEntityType. iterateEntities(P procedure)
Methods in one.microstream.storage.types with parameters of type ThrowingProcedure Modifier and Type Method Description default <E> void
DisruptionCollector. execute(ThrowingProcedure<? super E,?> logic, E element)
static <E> DisruptionCollectorExecuting<E>
DisruptionCollectorExecuting. New(ThrowingProcedure<? super E,?> logic)
static <E> DisruptionCollectorExecuting<E>
DisruptionCollectorExecuting. New(ThrowingProcedure<? super E,?> logic, Supplier<? extends XCollection<Throwable>> collectionSupplier)
static <E> DisruptionCollectorExecuting<E>
DisruptionCollectorExecuting. New(ThrowingProcedure<? super E,?> logic, XCollection<Throwable> collection)
Constructors in one.microstream.storage.types with parameters of type ThrowingProcedure Constructor Description WrapperThrowingProcedure(ThrowingProcedure<? super E,?> logic, Supplier<? extends XCollection<Throwable>> collectionSupplier, XCollection<Throwable> disruptions)