Class ValueListOutput<K,​V>

  • Type Parameters:
    K - Key type.
    V - Value type.
    All Implemented Interfaces:
    StreamingOutput<V>

    public class ValueListOutput<K,​V>
    extends CommandOutput<K,​V,​List<V>>
    implements StreamingOutput<V>
    List of values output.
    Author:
    Will Glozer, Mark Paluch