Conversion_T_Property

given Conversion_T_Property[T](using val x$1: CanEqual[T, T]): Conversion[T, Property[T]]

Value members

Concrete methods

def apply(t: T): Property[T]

Inherited methods

@unspecialized
def andThen[A](g: Property[T] => A): T => A
Inherited from
Function1
@unspecialized
def compose[A](g: A => T): A => Property[T]
Inherited from
Function1
override
def toString(): String
Definition Classes
Function1 -> Any
Inherited from
Function1

Concrete fields

protected
val x$1: CanEqual[T, T]

Extensions

Inherited extensions

extension (x: T)

x.convert converts a value x of type T to type U

x.convert converts a value x of type T to type U

Inherited from
Conversion