package datastream
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- trait StatefulFunction[I, O, S] extends RichFunction
Trait implementing the functionality necessary to apply stateful functions in RichFunctions without exposing the OperatorStates to the user.
Trait implementing the functionality necessary to apply stateful functions in RichFunctions without exposing the OperatorStates to the user. The user should call the applyWithState method in his own RichFunction implementation.
- Annotations
- @Public()
Value Members
- object DataStreamImplicits