package scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- scala
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type ByteArrayKeyValueStore = KeyValueStore[Bytes, Array[Byte]]
- type ByteArraySessionStore = SessionStore[Bytes, Array[Byte]]
- type ByteArrayWindowStore = WindowStore[Bytes, Array[Byte]]
-
class
StreamsBuilder extends AnyRef
Wraps the Java class StreamsBuilder and delegates method calls to the underlying Java object.
Value Members
-
object
ImplicitConversions
Implicit conversions between the Scala wrapper objects and the underlying Java objects.