object Comparisons
- Source
- Comparisons.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Comparisons
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class Datetime(dt: Instant) extends PrimitiveLiteral with Product with Serializable
- case class NumericDecimal(n: BigDecimal, repr: String) extends NumericLiteral with Product with Serializable
- case class NumericDouble(n: Double, repr: String) extends NumericLiteral with Product with Serializable
- case class NumericInt(n: Int, repr: String) extends NumericLiteral with Product with Serializable
- sealed trait NumericLiteral extends AnyRef
- sealed trait PrimitiveLiteral extends AnyRef
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- def contains[F[_]](ns: F[RDFNode], node: RDFNode)(implicit arg0: Foldable[F]): Either[String, Boolean]
- def different(ns1: List[RDFNode], ns2: List[RDFNode]): Either[String, List[RDFNode]]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def greaterThan(node1: RDFNode, node2: RDFNode): Either[String, Boolean]
- def greaterThan(nl1: NumericLiteral, nl2: NumericLiteral): Boolean
- def greaterThanOrEquals(node1: RDFNode, node2: RDFNode): Either[String, Boolean]
- def greaterThanOrEquals(nl1: NumericLiteral, nl2: NumericLiteral): Boolean
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def lessThan(node1: RDFNode, node2: RDFNode): Either[String, Boolean]
- def lessThan(nl1: NumericLiteral, nl2: NumericLiteral): Boolean
- def lessThanOrEquals(node1: RDFNode, node2: RDFNode): Either[String, Boolean]
- def lessThanOrEquals(nl1: NumericLiteral, nl2: NumericLiteral): Boolean
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def notContained(ns: List[RDFNode], targets: List[RDFNode]): Either[String, List[RDFNode]]
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def numericValue(node: RDFNode): Either[String, NumericLiteral]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )