Check

trait Check[A] extends () => A
Companion:
object
trait A => Either[List[String], Unit]
class Object
trait Matchable
class Any

Value members

Abstract methods

def check(a: A): Either[String, Unit]

Concrete methods

final def &&(otherCheck: Check[A]): Check[A]
Implicitly added by ConditionOps
final def apply(a: A): Either[List[String], Unit]

Inherited methods

@unspecialized
def andThen[A](g: Either[List[String], Unit] => A): A => A
Inherited from:
Function1
@unspecialized
def compose[A](g: A => A): A => Either[List[String], Unit]
Inherited from:
Function1
override def toString(): String
Definition Classes
Function1 -> Any
Inherited from:
Function1

Concrete fields

Implicitly added by ConditionOps