Class Functions.ForCollection.Async<T>

All Implemented Interfaces:
AutoCloseable, org.burningwave.core.Cleanable, org.burningwave.core.Closeable, org.burningwave.core.Component, org.burningwave.core.Identifiable, org.burningwave.core.iterable.Properties.Listener, org.burningwave.core.ManagedLogger, org.burningwave.core.Memorizer
Enclosing class:
Functions.ForCollection<T>

public static class Functions.ForCollection.Async<T>
extends Functions.ForCollection<T>
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.burningwave.graph.Functions.ForCollection

    Functions.ForCollection.Async<T>

    Nested classes/interfaces inherited from class org.burningwave.graph.Functions

    Functions.ForCollection<T>

    Nested classes/interfaces inherited from interface org.burningwave.core.ManagedLogger

    org.burningwave.core.ManagedLogger.Repository
  • Field Summary

    Fields
    Modifier and Type Field Description
    protected ExecutorService executor  

    Fields inherited from class org.burningwave.graph.Functions.ForCollection

    algorithmsSupplier

    Fields inherited from class org.burningwave.graph.Functions

    onException

    Fields inherited from class org.burningwave.core.extension.Group

    elements

    Fields inherited from class org.burningwave.core.extension.Item

    name, parent
  • Method Summary

    Modifier and Type Method Description
    void close()  
    static <T> Functions.ForCollection.Async<T> create​(org.burningwave.core.classes.PropertyAccessor byFieldOrByMethodPropertyAccessor, org.burningwave.core.classes.PropertyAccessor byMethodOrByFieldPropertyAccessor, org.burningwave.core.iterable.IterableObjectHelper iterableObjectHelper, String collectionContextKey, String loopResultContextKey)  
    static <T> Functions.ForCollection.Async<T> create​(org.burningwave.core.classes.PropertyAccessor byFieldOrByMethodPropertyAccessor, org.burningwave.core.classes.PropertyAccessor byMethodOrByFieldPropertyAccessor, org.burningwave.core.iterable.IterableObjectHelper iterableObjectHelper, String collectionContextKey, String loopResultContextKey, Integer threadsNumber)  
    static <T> Functions.ForCollection.Async<T> create​(org.burningwave.core.classes.PropertyAccessor byFieldOrByMethodPropertyAccessor, org.burningwave.core.classes.PropertyAccessor byMethodOrByFieldPropertyAccessor, org.burningwave.core.iterable.IterableObjectHelper iterableObjectHelper, String iterableObjectContextKey, String loopResultContextKey, ExecutorService executor)  
    protected static <T> Functions.ForCollection.Async<T> create​(org.burningwave.graph.Functions.ForCollection.AlgorithmsSupplier algorithmsSupplier, ExecutorService executor)  
    void executeOn​(Object object)  

    Methods inherited from class org.burningwave.graph.Functions.ForCollection

    create

    Methods inherited from class org.burningwave.graph.Functions

    getExceptionHandlingFunction

    Methods inherited from class org.burningwave.core.extension.Group

    add, get, get

    Methods inherited from class org.burningwave.core.extension.Item

    getName, getParent, setName

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.burningwave.core.Cleanable

    clear, clearInBackground

    Methods inherited from interface org.burningwave.core.Closeable

    closeResources, closeResources, createCloseResoucesTask, createCloseResoucesTask

    Methods inherited from interface org.burningwave.core.Identifiable

    getId, getOperationId

    Methods inherited from interface org.burningwave.core.ManagedLogger

    logDebug, logDebug, logError, logError, logError, logError, logError, logInfo, logInfo, logTrace, logTrace, logWarn, logWarn

    Methods inherited from interface org.burningwave.core.Memorizer

    getOrCreateTemporaryFolder, getOrCreateTemporaryFolder, getTemporaryFolderPrefix

    Methods inherited from interface org.burningwave.core.iterable.Properties.Listener

    checkAndListenTo, checkAndUnregister, listenTo, processChangeNotification, unregister
  • Field Details

  • Method Details

    • create

      protected static <T> Functions.ForCollection.Async<T> create​(org.burningwave.graph.Functions.ForCollection.AlgorithmsSupplier algorithmsSupplier, ExecutorService executor)
    • create

      public static <T> Functions.ForCollection.Async<T> create​(org.burningwave.core.classes.PropertyAccessor byFieldOrByMethodPropertyAccessor, org.burningwave.core.classes.PropertyAccessor byMethodOrByFieldPropertyAccessor, org.burningwave.core.iterable.IterableObjectHelper iterableObjectHelper, String iterableObjectContextKey, String loopResultContextKey, ExecutorService executor)
    • create

      public static <T> Functions.ForCollection.Async<T> create​(org.burningwave.core.classes.PropertyAccessor byFieldOrByMethodPropertyAccessor, org.burningwave.core.classes.PropertyAccessor byMethodOrByFieldPropertyAccessor, org.burningwave.core.iterable.IterableObjectHelper iterableObjectHelper, String collectionContextKey, String loopResultContextKey)
    • create

      public static <T> Functions.ForCollection.Async<T> create​(org.burningwave.core.classes.PropertyAccessor byFieldOrByMethodPropertyAccessor, org.burningwave.core.classes.PropertyAccessor byMethodOrByFieldPropertyAccessor, org.burningwave.core.iterable.IterableObjectHelper iterableObjectHelper, String collectionContextKey, String loopResultContextKey, Integer threadsNumber)
    • executeOn

      public void executeOn​(Object object)
      Overrides:
      executeOn in class Functions.ForCollection<T>
    • close

      public void close()
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface org.burningwave.core.Closeable
      Overrides:
      close in class Functions.ForCollection<T>