| Constructor and Description |
|---|
Values() |
| Modifier and Type | Method and Description |
|---|---|
static Value<Boolean> |
and(Iterable<Value<Boolean>> values)
Returns a value which is the logical AND of the supplied values.
|
static Value<Boolean> |
and(Value<Boolean>... values)
Returns a value which is the logical AND of the supplied values.
|
static Value<Boolean> |
not(Value<Boolean> value)
Returns a value which is the logical NOT of the supplied value.
|
static Value<Boolean> |
or(Iterable<Value<Boolean>> values)
Returns a value which is the logical OR of the supplied values.
|
static Value<Boolean> |
or(Value<Boolean>... values)
Returns a value which is the logical OR of the supplied values.
|
public static Value<Boolean> not(Value<Boolean> value)
public static Value<Boolean> and(Iterable<Value<Boolean>> values)
public static Value<Boolean> and(Value<Boolean>... values)
public static Value<Boolean> or(Iterable<Value<Boolean>> values)
Copyright © 2013. All Rights Reserved.