Companion

object Companion

Functions

Link copied to clipboard
fun forArgument(    context: ExecutionContext,     procedure: Signature,     expectedDomain: DomainError.Expected,     actualValue: <ERROR CLASS>,     index: Int? = null): DomainError
Link copied to clipboard
fun forFlagValues(    context: ExecutionContext,     procedure: Signature,     flagValues: Iterable<<ERROR CLASS>>,     actualValue: <ERROR CLASS>,     index: Int? = null): DomainError
Link copied to clipboard
fun forGoal(    context: ExecutionContext,     procedure: Signature,     expectedDomain: DomainError.Expected,     actualValue: <ERROR CLASS>): DomainError
Link copied to clipboard
fun forTerm(    context: ExecutionContext,     expectedDomain: DomainError.Expected,     actualValue: <ERROR CLASS>): DomainError

Properties

Link copied to clipboard
const val typeFunctor: String

The domain error Struct functor