Interface LambdaHolder
- 
- All Known Implementing Classes:
- LambdaCollectingBarrierStep,- LambdaFilterStep,- LambdaFlatMapStep,- LambdaMapStep,- LambdaSideEffectStep,- SackValueStep
 
 public interface LambdaHolderThis is a marker interface stating that theStepcontains a lambda/anonymous function. This information is typically used by aTraversalStrategyin a verification stage as lambdas are not serializable and thus, can not be propagated over the network.- Author:
- Marko A. Rodriguez (http://markorodriguez.com)