Class Bools


  • public final class Bools
    extends 

    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
      [] target)  
      [] [] target)  
      [] [] target)  
      [] target)  
       target)  
       target)  
      <?> target)  
      <> <?> target)  
      <> <?> target)  
      <?> target)  
      <?> target)  
      <> <?> target)  
      <> <?> target)  
      <?> target)  
      • Methods inherited from class java.lang.

        , , , , , , , , , ,
    • Constructor Detail

      • Bools

        public Bools()
    • Method Detail

      • isTrue

        public  isTrue​( target)
      • arrayIsTrue

        public [] arrayIsTrue​([] target)
      • listIsTrue

        public <> listIsTrue​(<?> target)
      • setIsTrue

        public <> setIsTrue​(<?> target)
      • isFalse

        public  isFalse​( target)
      • arrayIsFalse

        public [] arrayIsFalse​([] target)
      • listIsFalse

        public <> listIsFalse​(<?> target)
      • setIsFalse

        public <> setIsFalse​(<?> target)
      • arrayAnd

        public  arrayAnd​([] target)
      • listAnd

        public  listAnd​(<?> target)
      • setAnd

        public  setAnd​(<?> target)
      • arrayOr

        public  arrayOr​([] target)
      • listOr

        public  listOr​(<?> target)
      • setOr

        public  setOr​(<?> target)