object
Check
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
emptyTyping: ShapeTyping
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
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[_]
-
def
getRDF: Check[RDFReader]
-
def
getSchema: Check[Schema]
-
def
getTyping: Check[ShapeTyping]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
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
-
def
toString(): String
-
def
unimplemented[A](msg: String): Check[A]
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
final
def
wait(): Unit
Deprecated Value Members
-
def
finalize(): Unit
Inherited from Any
Value Members
-
final
def
asInstanceOf[T0]: T0
-
final
def
isInstanceOf[T0]: Boolean
Ungrouped
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
emptyTyping: ShapeTyping
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
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[_]
-
def
getRDF: Check[RDFReader]
-
def
getSchema: Check[Schema]
-
def
getTyping: Check[ShapeTyping]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
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
-
def
toString(): String
-
def
unimplemented[A](msg: String): Check[A]
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
final
def
wait(): Unit
-
def
finalize(): Unit