Interface Ivy.IvyCallback
- Enclosing class:
Ivy
public static interface Ivy.IvyCallback
Callback used to execute a set of Ivy related methods within an
IvyContext.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiondoInIvyContext(Ivy ivy, IvyContext context) Executes Ivy related job within anIvyContext
-
Method Details
-
doInIvyContext
Executes Ivy related job within anIvyContext- Parameters:
ivy- theIvyinstance to which this callback is relatedcontext- theIvyContextin which this callback is executed- Returns:
- the result of this job,
nullif there is no result
-