implicit object TupleValueConverter extends NullableTypeConverter[TupleValue]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TupleValueConverter
- NullableTypeConverter
- TypeConverter
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
type
targetType = TupleValue
Compile time type of the converter target
Compile time type of the converter target
- Definition Classes
- TypeConverter
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
convert(obj: Any): TupleValue
Converts and object or throws TypeConversionException if the object can't be converted.
Converts and object or throws TypeConversionException if the object can't be converted.
- Definition Classes
- NullableTypeConverter → TypeConverter
-
def
convertPF: PartialFunction[Any, TupleValue]
Returns a function converting an object into
T
.Returns a function converting an object into
T
.- Definition Classes
- TupleValueConverter → TypeConverter
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
targetTypeName: String
String representation of the converter target type.
String representation of the converter target type.
- Definition Classes
- TypeConverter
-
def
targetTypeTag: scala.reflect.api.JavaUniverse.TypeTag[TupleValue]
TypeTag for the target type.
TypeTag for the target type.
- Definition Classes
- TupleValueConverter → TypeConverter
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()