OnKeyedStream
Wraps a keyed data stream, allowing to use anonymous partial functions to perform extraction of items in a tuple, case class instance or collection
- Type parameters:
- K
The type of key
- T
The type of the data stream items
- Value parameters:
- stream
The wrapped data stream
class Object
trait Matchable
class Any