Assertion

org.finos.morphir.prelude.Assertion
See theAssertion companion object
sealed trait Assertion[-A]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def &&[A1 <: A](that: Assertion[A1]): Assertion[A1]
def apply(a: A): Either[AssertionError, Unit]
def unary_!: Assertion[A]
def ||[A1 <: A](that: Assertion[A1]): Assertion[A1]