ConnectedStreams

final case class ConnectedStreams[A, B](streams: ConnectedStreams[A, B])
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def biMapWithState[O, S](f1: (A, S) => (O, S), f2: (B, S) => (O, S), emptyState: S)(implicit stateTypeInfo: TypeInformation[S], outTypeInfo: TypeInformation[O]): DataStream[O]

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product