Interface PhasedBuildAction.BuildActionWrapper<T>
-
- Enclosing interface:
- PhasedBuildAction
public static interface PhasedBuildAction.BuildActionWrapper<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BuildAction<T>
getAction()
IntermediateResultHandler<? super T>
getHandler()
-
-
-
Method Detail
-
getAction
BuildAction<T> getAction()
-
getHandler
IntermediateResultHandler<? super T> getHandler()
-
-