NoArgProperties
This trait can be used to deactivate the conversion of any value to an ArgsProperty
This trait can be used to deactivate the conversion of any value to an ArgsProperty
Givens
Givens
Implicits
Inherited implicits
implicit def toArgProperty[T](t: => T)(using NotGiven[NoArgProperties], CanEqual[T, T]): ArgProperty[T]
- Inherited from
- ArgProperties