object Check
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Check
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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 clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def emptyTyping: ShapeTyping
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def err[A](msg: String): Check[A]
- def fromEither[A](e: Either[String, A]): Check[A]
- def fromIO[A](ioa: IO[A]): Check[A]
- def fromStream[A](s: Stream[IO, A]): Check[List[A]]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getRDF: Check[RDFReader]
- def getSchema: Check[Schema]
- def getTyping: Check[ShapeTyping]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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 optSatisfy[A](maybeA: Option[A], check: (A) => Check[Boolean]): Check[Boolean]
- def pure[A](x: A): Check[A]
- def runCheck[A](env: Env, check: Check[A]): IO[A]
- def runLocal[A](fn: (Env) => Env, check: Check[A]): Check[A]
- def runLocalWithTyping[A](fn: (ShapeTyping) => Either[String, ShapeTyping], check: Check[A]): Check[A]
- def satisfyAll(ls: List[Check[Boolean]]): Check[Boolean]
- def satisfyAnd(c1: Check[Boolean], c2: => Check[Boolean]): Check[Boolean]
- def satisfyChain[A](ls: List[A], check: (A) => Check[ShapeTyping]): Check[ShapeTyping]
- def satisfyFirst[A, F[_]](ls: => LazyList[A], check: (A) => F[Boolean])(implicit arg0: Monad[F]): F[Boolean]
- def satisfyNot(check: Check[Boolean]): Check[Boolean]
- def satisfyOr(c1: Check[Boolean], c2: => Check[Boolean]): Check[Boolean]
- def satisfySome(ls: List[Check[Boolean]]): Check[Boolean]
- def sequence[A](ls: List[Check[A]]): Check[List[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(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])