Interface DisruptionCollectorExecuting<E>

    • Method Detail

      • executeOn

        void executeOn​(E element)
      • New

        static <E> DisruptionCollectorExecuting<E> New​(one.microstream.functional.ThrowingProcedure<? super E,​?> logic,
                                                       Supplier<? extends one.microstream.collections.types.XCollection<Throwable>> collectionSupplier)
      • New

        static <E> DisruptionCollectorExecuting<E> New​(one.microstream.functional.ThrowingProcedure<? super E,​?> logic,
                                                       one.microstream.collections.types.XCollection<Throwable> collection)