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

class Object
trait Matchable
class Any

Givens

Implicits

Inherited implicits

implicit def toArgProperty[T](t: => T)(using NotGiven[NoArgProperties], CanEqual[T, T]): ArgProperty[T]
Inherited from
ArgProperties