package acceptPartialFunctions
Type Members
-
class
OnConnectedStream[IN1, IN2] extends AnyRef
Wraps a connected data stream, allowing to use anonymous partial functions to perform extraction of items in a tuple, case class instance or collection
Wraps a connected data stream, allowing to use anonymous partial functions to perform extraction of items in a tuple, case class instance or collection
- IN1
The type of the data stream items coming from the first connection
- IN2
The type of the data stream items coming from the second connection
-
class
OnDataStream[T] extends AnyRef
Wraps a data stream, allowing to use anonymous partial functions to perform extraction of items in a tuple, case class instance or collection
Wraps a data stream, allowing to use anonymous partial functions to perform extraction of items in a tuple, case class instance or collection
- T
The type of the data stream items
-
class
OnJoinedStream[L, R, K, W <: Window] extends AnyRef
Wraps a joined data stream, allowing to use anonymous partial functions to perform extraction of items in a tuple, case class instance or collection
Wraps a joined data stream, allowing to use anonymous partial functions to perform extraction of items in a tuple, case class instance or collection
- L
The type of the data stream items from the left side of the join
- R
The type of the data stream items from the right input of the join
- K
The type of key
- W
The type of the window
-
class
OnKeyedStream[T, K] extends AnyRef
Wraps a keyed data stream, allowing to use anonymous partial functions to perform extraction of items in a tuple, case class instance or collection
Wraps a keyed data stream, allowing to use anonymous partial functions to perform extraction of items in a tuple, case class instance or collection
- T
The type of the data stream items
- K
The type of key
-
class
OnWindowedStream[T, K, W <: Window] extends AnyRef
Wraps a joined data stream, allowing to use anonymous partial functions to perform extraction of items in a tuple, case class instance or collection
Wraps a joined data stream, allowing to use anonymous partial functions to perform extraction of items in a tuple, case class instance or collection
- T
The type of the data stream items from the right input of the join
- K
The type of key
- W
The type of the window