Packages

o

es.weso.rdf.operations

Comparisons

object Comparisons

Source
Comparisons.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Comparisons
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class Datetime(dt: Instant) extends PrimitiveLiteral with Product with Serializable
  2. case class NumericDecimal(n: BigDecimal, repr: String) extends NumericLiteral with Product with Serializable
  3. case class NumericDouble(n: Double, repr: String) extends NumericLiteral with Product with Serializable
  4. case class NumericInt(n: Int, repr: String) extends NumericLiteral with Product with Serializable
  5. sealed trait NumericLiteral extends AnyRef
  6. sealed trait PrimitiveLiteral extends AnyRef

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  6. def contains[F[_]](ns: F[RDFNode], node: RDFNode)(implicit arg0: Foldable[F]): Either[String, Boolean]
  7. def different(ns1: List[RDFNode], ns2: List[RDFNode]): Either[String, List[RDFNode]]
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. def greaterThan(node1: RDFNode, node2: RDFNode): Either[String, Boolean]
  12. def greaterThan(nl1: NumericLiteral, nl2: NumericLiteral): Boolean
  13. def greaterThanOrEquals(node1: RDFNode, node2: RDFNode): Either[String, Boolean]
  14. def greaterThanOrEquals(nl1: NumericLiteral, nl2: NumericLiteral): Boolean
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def lessThan(node1: RDFNode, node2: RDFNode): Either[String, Boolean]
  18. def lessThan(nl1: NumericLiteral, nl2: NumericLiteral): Boolean
  19. def lessThanOrEquals(node1: RDFNode, node2: RDFNode): Either[String, Boolean]
  20. def lessThanOrEquals(nl1: NumericLiteral, nl2: NumericLiteral): Boolean
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def notContained(ns: List[RDFNode], targets: List[RDFNode]): Either[String, List[RDFNode]]
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. def numericValue(node: RDFNode): Either[String, NumericLiteral]
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

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

Inherited from AnyRef

Inherited from Any

Ungrouped