Logic functions

Boolean logic functions from io.deephaven.function.Logic.

TypeNameSignatureDescription
FUNCTIONandBoolean(Boolean...)Ands all of the values in the array together.
FUNCTIONandBoolean(Boolean[], Boolean)Ands all of the values in the array together.
FUNCTIONandBoolean(ObjectVector)Ands all of the values in the array together.
FUNCTIONandBoolean(ObjectVector, Boolean)Ands all of the values in the array together.
FUNCTIONandBoolean(boolean...)Ands all of the values in the array together.
FUNCTIONnotBoolean[](Boolean...)Not of all values in an array.
FUNCTIONnotBoolean[](boolean...)Not of all values in an array.
FUNCTIONorBoolean(Boolean...)Ors all of the values in the array together.
FUNCTIONorBoolean(Boolean[], Boolean)Ors all of the values in the array together.
FUNCTIONorBoolean(boolean...)Ors all of the values in the array together.