Package net.bytebuddy.build
Class Plugin.Engine.Dispatcher.ForParallelTransformation.EagerWork
- java.lang.Object
-
- net.bytebuddy.build.Plugin.Engine.Dispatcher.ForParallelTransformation.EagerWork
-
- All Implemented Interfaces:
java.util.concurrent.Callable<Plugin.Engine.Dispatcher.Materializable>
- Enclosing class:
- Plugin.Engine.Dispatcher.ForParallelTransformation
@Enhance protected static class Plugin.Engine.Dispatcher.ForParallelTransformation.EagerWork extends java.lang.Object implements java.util.concurrent.Callable<Plugin.Engine.Dispatcher.Materializable>
An eager materialization that does not defer processing after preprocessing.
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.concurrent.Callable<? extends java.util.concurrent.Callable<? extends Plugin.Engine.Dispatcher.Materializable>>
work
The work to apply.
-
Constructor Summary
Constructors Modifier Constructor Description protected
EagerWork(java.util.concurrent.Callable<? extends java.util.concurrent.Callable<? extends Plugin.Engine.Dispatcher.Materializable>> work)
Creates an eager work resolution.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Plugin.Engine.Dispatcher.Materializable
call()
-
-
-
Field Detail
-
work
private final java.util.concurrent.Callable<? extends java.util.concurrent.Callable<? extends Plugin.Engine.Dispatcher.Materializable>> work
The work to apply.
-
-
Constructor Detail
-
EagerWork
protected EagerWork(java.util.concurrent.Callable<? extends java.util.concurrent.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 java.lang.Exception
- Specified by:
call
in interfacejava.util.concurrent.Callable<Plugin.Engine.Dispatcher.Materializable>
- Throws:
java.lang.Exception
-
-