Package org.burningwave.graph
Class Functions
java.lang.Object
org.burningwave.core.extension.Item
org.burningwave.core.extension.Group<CommandWrapper<?,?,Context,Context>>
org.burningwave.graph.Functions
- All Implemented Interfaces:
AutoCloseable,org.burningwave.core.Component,org.burningwave.core.iterable.Properties.Listener,org.burningwave.core.ManagedLogger
- Direct Known Subclasses:
Functions.Async,Functions.ForCollection
public class Functions extends Group<CommandWrapper<?,?,Context,Context>>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFunctions.Asyncstatic classFunctions.ForCollection<T> -
Field Summary
Fields Modifier and Type Field Description protected Map<String,ControllableContext.Directive>onException -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.burningwave.core.Component
getOrCreateTemporaryFolder, getTemporaryFolderPrefix
-
Field Details
-
Method Details
-
executeOn
-
getExceptionHandlingFunction
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceorg.burningwave.core.Component- Overrides:
closein classGroup<CommandWrapper<?,?,Context,Context>>
-