Class Not

  • All Implemented Interfaces:
    Named

    public class Not
    extends Procedure1
    Implement the standard Scheme procedure "not".
    • Constructor Detail

      • Not

        public Not​(Language language)
      • Not

        public Not​(Language language,
                   java.lang.String name)
    • Method Detail

      • apply1

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