Interface BooleanType<T extends BooleanType<T>>

    • Method Detail

      • get

        boolean get()
      • set

        void set​(boolean value)
      • and

        void and​(T c)
      • or

        void or​(T c)
      • xor

        void xor​(T c)
      • not

        void not()