Class Contextful<ClosureT>

java.lang.Object
org.apache.beam.sdk.transforms.Contextful<ClosureT>
All Implemented Interfaces:
Serializable

public final class Contextful<ClosureT> extends Object implements Serializable
Pair of a bit of user code (a "closure") and the Requirements needed to run it.
See Also: