object BtValidator
Ordering
- Alphabetic
- By Inheritance
Inherited
- BtValidator
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
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 checkNodeTripleConstraint(node: RDFNode, tc: TripleConstraint): Check[(ShapeTyping, VarTable)]
- def checkNodeTripleExpr(node: RDFNode, te: TripleExpr): Check[(ShapeTyping, VarTable)]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def err[A](e: ShExErr): Check[A]
- def fromEither[A](e: Either[String, A]): Check[A]
- def fromIO[A](io: IO[A]): Check[A]
- def fromStream[A](s: Stream[IO, A]): Check[List[A]]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getRDF: Check[RDFReader]
- def getSchema: Check[Schema]
- def getTyping: Check[ShapeTyping]
- def getVarTable: Check[VarTable]
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def local[A](f: (Env) ⇒ Env)(c: Check[A]): Check[A]
- def localWithTable[A](f: (VarTable) ⇒ VarTable, c: Check[A]): Check[A]
- def localWithTyping[A](f: (ShapeTyping) ⇒ ShapeTyping, c: Check[A]): Check[A]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def ok[A](x: A): Check[A]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def unimplemented[A](msg: String): Check[A]
-
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( ... )