Class IsEq

  • All Implemented Interfaces:
    Named

    public class IsEq
    extends Procedure2
    Implement the standard Scheme function eq? and the Lisp eq.
    • Constructor Detail

      • IsEq

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

      • apply

        public boolean apply​(java.lang.Object arg1,
                             java.lang.Object arg2)
      • apply2

        public java.lang.Object apply2​(java.lang.Object arg1,
                                       java.lang.Object arg2)
        Specified by:
        apply2 in class Procedure2