Module lettuce.core

Class BooleanListOutput<K,​V>

java.lang.Object
io.lettuce.core.output.CommandOutput<K,​V,​List<Boolean>>
io.lettuce.core.output.BooleanListOutput<K,​V>
Type Parameters:
K - Key type.
V - Value type.
All Implemented Interfaces:
StreamingOutput<Boolean>

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