Set<String> ensureJoinableWith(
  AbstractStream<K, ?> other)
AbstractStream
AbstractStream is the base abstraction of the streams.
| AbstractStream | Description | 
|---|---|
Every AbstractStream has the following properties:
 ensureJoinableWith Method
ensureJoinableWith…FIXME
 toValueTransformerWithKeySupplier Static Method
ValueTransformerWithKeySupplier<K, V, VR> toValueTransformerWithKeySupplier(
  ValueTransformerSupplier<V, VR> valueTransformerSupplier)
toValueTransformerWithKeySupplier…FIXME
| 
 Note 
 | 
toValueTransformerWithKeySupplier is used when KStreamImpl is requested to transformValues and flatTransformValues.
 | 
 reverseJoiner Static Method
ValueJoiner<T2, T1, R> reverseJoiner(
  ValueJoiner<T1, T2, R> joiner)
reverseJoiner…FIXME
| 
 Note 
 | 
 
 
  | 
 withKey Static Method
ValueMapperWithKey<K, V, VR> withKey(
  ValueMapper<V, VR> valueMapper)
withKey…FIXME
| 
 Note 
 | 
 
 
  |