Packages

object And extends MonoidalBinaryPropConnectiveHelper

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. And
  2. MonoidalBinaryPropConnectiveHelper
  3. BinaryPropConnectiveHelper
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply(fs: TraversableOnce[FOLFormula])(implicit d: DummyImplicit): FOLFormula
  5. def apply(fs: TraversableOnce[Expr]): Formula
  6. def apply(a: PropFormula, b: PropFormula): PropFormula
    Definition Classes
    BinaryPropConnectiveHelper
  7. def apply(a: FOLFormula, b: FOLFormula): FOLFormula
    Definition Classes
    BinaryPropConnectiveHelper
  8. def apply(a: Expr, b: Expr): Formula
    Definition Classes
    BinaryPropConnectiveHelper
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. val c: MonomorphicLogicalC
    Definition Classes
    BinaryPropConnectiveHelper
  11. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def leftAssociative(fs: FOLFormula*): FOLFormula
  18. def leftAssociative(fs: Expr*): Formula
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. val neutral: MonomorphicLogicalC
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def rightAssociative(fs: FOLFormula*): FOLFormula
  24. def rightAssociative(fs: Expr*): Formula
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. def unapply(formula: PropFormula): Option[(PropFormula, PropFormula)]
    Definition Classes
    BinaryPropConnectiveHelper
  28. def unapply(formula: FOLExpression): Option[(FOLFormula, FOLFormula)]
    Definition Classes
    BinaryPropConnectiveHelper
  29. def unapply(formula: FOLFormula): Option[(FOLFormula, FOLFormula)]
    Definition Classes
    BinaryPropConnectiveHelper
  30. def unapply(formula: Expr): Option[(Formula, Formula)]
    Definition Classes
    BinaryPropConnectiveHelper
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. object nAry

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped