Class Functions.Async

All Implemented Interfaces:
AutoCloseable, org.burningwave.core.Component, org.burningwave.core.iterable.Properties.Listener, org.burningwave.core.ManagedLogger
Enclosing class:
Functions

public static class Functions.Async
extends Functions
  • Nested Class Summary

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

    Functions.Async, 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

    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 Functions.Async create​(org.burningwave.core.reflection.PropertyAccessor.ByFieldOrByMethod byFieldOrByMethodPropertyAccessor, org.burningwave.core.reflection.PropertyAccessor.ByMethodOrByField byMethodOrByFieldPropertyAccessor, org.burningwave.core.iterable.IterableObjectHelper iterableObjectHelper)  
    static Functions.Async create​(org.burningwave.core.reflection.PropertyAccessor.ByFieldOrByMethod byFieldOrByMethodPropertyAccessor, org.burningwave.core.reflection.PropertyAccessor.ByMethodOrByField byMethodOrByFieldPropertyAccessor, org.burningwave.core.iterable.IterableObjectHelper iterableObjectHelper, int threadsNumber)  
    static Functions.Async create​(org.burningwave.core.reflection.PropertyAccessor.ByFieldOrByMethod byFieldOrByMethodPropertyAccessor, org.burningwave.core.reflection.PropertyAccessor.ByMethodOrByField byMethodOrByFieldPropertyAccessor, org.burningwave.core.iterable.IterableObjectHelper iterableObjectHelper, ExecutorService executor)  
    void executeOn​(Object object)  

    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.Component

    getOrCreateTemporaryFolder, getTemporaryFolderPrefix

    Methods inherited from interface org.burningwave.core.ManagedLogger

    disableLogging, enableLogging, logDebug, logDebug, logError, logError, logInfo, logInfo, logWarn, logWarn

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

    listenTo, receiveNotification
  • Field Details

  • Method Details

    • create

      public static Functions.Async create​(org.burningwave.core.reflection.PropertyAccessor.ByFieldOrByMethod byFieldOrByMethodPropertyAccessor, org.burningwave.core.reflection.PropertyAccessor.ByMethodOrByField byMethodOrByFieldPropertyAccessor, org.burningwave.core.iterable.IterableObjectHelper iterableObjectHelper)
    • create

      public static Functions.Async create​(org.burningwave.core.reflection.PropertyAccessor.ByFieldOrByMethod byFieldOrByMethodPropertyAccessor, org.burningwave.core.reflection.PropertyAccessor.ByMethodOrByField byMethodOrByFieldPropertyAccessor, org.burningwave.core.iterable.IterableObjectHelper iterableObjectHelper, ExecutorService executor)
    • create

      public static Functions.Async create​(org.burningwave.core.reflection.PropertyAccessor.ByFieldOrByMethod byFieldOrByMethodPropertyAccessor, org.burningwave.core.reflection.PropertyAccessor.ByMethodOrByField byMethodOrByFieldPropertyAccessor, org.burningwave.core.iterable.IterableObjectHelper iterableObjectHelper, int threadsNumber)
    • executeOn

      public void executeOn​(Object object)
      Overrides:
      executeOn in class Functions
    • close

      public void close()
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface org.burningwave.core.Component
      Overrides:
      close in class Functions