Interface LazyBooleanValue<S>

Type Parameters:
S - type of the input used to compute the value
All Superinterfaces:
LazyValue<S,Boolean>

public interface LazyBooleanValue<S> extends LazyValue<S,Boolean>
Interface for a LazyValue that gives a Boolean output.