Packages

object DefaultsTo

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DefaultsTo
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type AnyDefault[T] = DefaultsTo[T, Any]
  2. type BooleanDefault[T] = DefaultsTo[T, Boolean]
  3. type ByteDefault[T] = DefaultsTo[T, Byte]
  4. type ComplexDoubleDefault[T] = DefaultsTo[T, core.types.ComplexDouble]
  5. type ComplexFloatDefault[T] = DefaultsTo[T, core.types.ComplexFloat]
  6. type DoubleDefault[T] = DefaultsTo[T, Double]
  7. type FloatDefault[T] = DefaultsTo[T, Float]
  8. type HalfDefault[T] = DefaultsTo[T, core.types.Half]
  9. type IntDefault[T] = DefaultsTo[T, Int]
  10. type LongDefault[T] = DefaultsTo[T, Long]
  11. type QByteDefault[T] = DefaultsTo[T, core.types.QByte]
  12. type QIntDefault[T] = DefaultsTo[T, core.types.QInt]
  13. type QShortDefault[T] = DefaultsTo[T, core.types.QShort]
  14. type QUByteDefault[T] = DefaultsTo[T, core.types.QUByte]
  15. type QUShortDefault[T] = DefaultsTo[T, core.types.QUShort]
  16. type ResourceDefault[T] = DefaultsTo[T, core.types.Resource]
  17. type ShortDefault[T] = DefaultsTo[T, Short]
  18. type StringDefault[T] = DefaultsTo[T, String]
  19. type TruncatedHalfDefault[T] = DefaultsTo[T, core.types.TruncatedHalf]
  20. type UByteDefault[T] = DefaultsTo[T, core.types.UByte]
  21. type UIntDefault[T] = DefaultsTo[T, core.types.UInt]
  22. type ULongDefault[T] = DefaultsTo[T, core.types.ULong]
  23. type UShortDefault[T] = DefaultsTo[T, core.types.UShort]
  24. type VariantDefault[T] = DefaultsTo[T, core.types.Variant]

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. implicit def defaultDefaultsTo[T]: DefaultsTo[T, T]
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. implicit def fallback[T, D]: DefaultsTo[T, D]
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  17. def toString(): String
    Definition Classes
    AnyRef → Any
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  21. object AnyDefault
  22. object BooleanDefault
  23. object ByteDefault
  24. object ComplexDoubleDefault
  25. object ComplexFloatDefault
  26. object DoubleDefault
  27. object FloatDefault
  28. object HalfDefault
  29. object IntDefault
  30. object LongDefault
  31. object QByteDefault
  32. object QIntDefault
  33. object QShortDefault
  34. object QUByteDefault
  35. object QUShortDefault
  36. object ResourceDefault
  37. object ShortDefault
  38. object StringDefault
  39. object TruncatedHalfDefault
  40. object UByteDefault
  41. object UIntDefault
  42. object ULongDefault
  43. object UShortDefault
  44. object VariantDefault

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped