Package org.thymeleaf.expression
Class Bools
- Object
-
- org.thymeleaf.expression.Bools
-
public final class Bools extends Object
Expression Object for performing boolean operations inside Thymeleaf Standard Expressions.
An object of this class is usually available in variable evaluation expressions with the name
#bools.- Since:
- 1.0
- Author:
- Daniel Fernández
-
-
Constructor Summary
Constructors Constructor Description Bools()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleanarrayAnd(Object[] target)Boolean[]arrayIsFalse(Object[] target)Boolean[]arrayIsTrue(Object[] target)BooleanarrayOr(Object[] target)BooleanisFalse(Object target)BooleanisTrue(Object target)BooleanlistAnd(List<?> target)List<Boolean>listIsFalse(List<?> target)List<Boolean>listIsTrue(List<?> target)BooleanlistOr(List<?> target)BooleansetAnd(Set<?> target)Set<Boolean>setIsFalse(Set<?> target)Set<Boolean>setIsTrue(Set<?> target)BooleansetOr(Set<?> target)
-