NotConstraint

io.github.iltotore.iron.constraint.any$.Not$.NotConstraint
class NotConstraint[A, C, Impl <: Constraint[A, C]](using x$1: Impl) extends Constraint[A, Not[C]]

Attributes

Graph
Supertypes
trait Constraint[A, Not[C]]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

inline override def message: String

Attributes

Definition Classes
inline override def test(value: A): Boolean

Attributes

Definition Classes