io.github.iltotore.iron.constraint.any.Not
See theNot companion class
object Not
Attributes
Members list
Type members
Classlikes
class NotConstraint[A, C, Impl <: Constraint[A, C]](using x$1: Impl) extends Constraint[A, Not[C]]
Attributes
- Source
- any.scala
- Supertypes
Givens
Givens
C implies doubly inverted C.
Doubly inverted C implies C.
Attributes
- Source
- any.scala
inline given given_NotConstraint_A_C_Impl[A, C, Impl <: Constraint[A, C]](using inline constraint: Impl): NotConstraint[A, C, Impl]
Attributes
- Source
- any.scala
In this article