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

Source
any.scala
Graph
Supertypes
trait Constraint[A, Not[C]]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

inline override def message: String

Attributes

Definition Classes
Source
any.scala
inline override def test(value: A): Boolean

Attributes

Definition Classes
Source
any.scala