True

final case class True[A]() extends Predicate[A]
trait Serializable
trait Product
trait Equals
trait Predicate[A]
class Object
trait Matchable
class Any

Type members

Inherited types

type Errors = Chunk[ValidationError]
Inherited from:
Predicate
type Result = Either[Errors, Errors]
Inherited from:
Predicate

Value members

Concrete methods

def validate(value: A): Result

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product