object DefaultsTo
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DefaultsTo
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type AnyDefault[T] = DefaultsTo[T, Any]
- type BooleanDefault[T] = DefaultsTo[T, Boolean]
- type ByteDefault[T] = DefaultsTo[T, Byte]
- type ComplexDoubleDefault[T] = DefaultsTo[T, core.types.ComplexDouble]
- type ComplexFloatDefault[T] = DefaultsTo[T, core.types.ComplexFloat]
- type DoubleDefault[T] = DefaultsTo[T, Double]
- type FloatDefault[T] = DefaultsTo[T, Float]
- type HalfDefault[T] = DefaultsTo[T, core.types.Half]
- type IntDefault[T] = DefaultsTo[T, Int]
- type LongDefault[T] = DefaultsTo[T, Long]
- type QByteDefault[T] = DefaultsTo[T, core.types.QByte]
- type QIntDefault[T] = DefaultsTo[T, core.types.QInt]
- type QShortDefault[T] = DefaultsTo[T, core.types.QShort]
- type QUByteDefault[T] = DefaultsTo[T, core.types.QUByte]
- type QUShortDefault[T] = DefaultsTo[T, core.types.QUShort]
- type ResourceDefault[T] = DefaultsTo[T, core.types.Resource]
- type ShortDefault[T] = DefaultsTo[T, Short]
- type StringDefault[T] = DefaultsTo[T, String]
- type TruncatedHalfDefault[T] = DefaultsTo[T, core.types.TruncatedHalf]
- type UByteDefault[T] = DefaultsTo[T, core.types.UByte]
- type UIntDefault[T] = DefaultsTo[T, core.types.UInt]
- type ULongDefault[T] = DefaultsTo[T, core.types.ULong]
- type UShortDefault[T] = DefaultsTo[T, core.types.UShort]
- type VariantDefault[T] = DefaultsTo[T, core.types.Variant]
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[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- implicit def defaultDefaultsTo[T]: DefaultsTo[T, T]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- implicit def fallback[T, D]: DefaultsTo[T, D]
-
def
finalize(): Unit
- Attributes
- protected[java.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
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
- @native() @throws( ... )
- object AnyDefault
- object BooleanDefault
- object ByteDefault
- object ComplexDoubleDefault
- object ComplexFloatDefault
- object DoubleDefault
- object FloatDefault
- object HalfDefault
- object IntDefault
- object LongDefault
- object QByteDefault
- object QIntDefault
- object QShortDefault
- object QUByteDefault
- object QUShortDefault
- object ResourceDefault
- object ShortDefault
- object StringDefault
- object TruncatedHalfDefault
- object UByteDefault
- object UIntDefault
- object ULongDefault
- object UShortDefault
- object VariantDefault