Package net.bytebuddy.build
Class Plugin.Engine.Dispatcher.ForParallelTransformation.EagerWork
- java.lang.Object
-
- net.bytebuddy.build.Plugin.Engine.Dispatcher.ForParallelTransformation.EagerWork
-
- All Implemented Interfaces:
Callable<Plugin.Engine.Dispatcher.Materializable>
- Enclosing class:
- Plugin.Engine.Dispatcher.ForParallelTransformation
@Enhance protected static class Plugin.Engine.Dispatcher.ForParallelTransformation.EagerWork extends Object implements Callable<Plugin.Engine.Dispatcher.Materializable>
An eager materialization that does not defer processing after preprocessing.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
EagerWork(Callable<? extends Callable<? extends Plugin.Engine.Dispatcher.Materializable>> work)
Creates an eager work resolution.
-
-
-
Constructor Detail
-
EagerWork
protected EagerWork(Callable<? extends Callable<? extends Plugin.Engine.Dispatcher.Materializable>> work)
Creates an eager work resolution.- Parameters:
work
- The work to apply.
-
-
Method Detail
-
call
public Plugin.Engine.Dispatcher.Materializable call() throws Exception
- Specified by:
call
in interfaceCallable<Plugin.Engine.Dispatcher.Materializable>
- Throws:
Exception
-
-