Class BooleanValue

  • All Implemented Interfaces:
    Named

    public class BooleanValue
    extends Procedure1
    • Field Detail

      • booleanValue

        public static final BooleanValue booleanValue
    • Constructor Detail

      • BooleanValue

        public BooleanValue​(java.lang.String name)
    • Method Detail

      • booleanValue

        public static boolean booleanValue​(java.lang.Object value)
      • not

        public static boolean not​(java.lang.Object value)
      • apply1

        public java.lang.Object apply1​(java.lang.Object arg)
        Specified by:
        apply1 in class Procedure1