Interface KeyedDecodableStream<K,V>

Type Parameters:
K - The key data type for a record in this stream
V - The value data type for a record in this stream

public interface KeyedDecodableStream<K,V>
Represents a keyed data stream on the Decodable platform.