Conversion_T_DataRow1

given Conversion_T_DataRow1[T]: Conversion[T, DataRow1[T]]
Returns

a DataRow with one value only

Value members

Concrete methods

def apply(a: T): DataRow1[T]

Inherited methods

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

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