cgta.oscala

OScalaExportsShared

trait OScalaExportsShared extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. OScalaExportsShared
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type IISeq[+A] = IndexedSeq[A]

  2. type IMap[K, +V] = Map[K, V]

  3. type ISMap[K, +V] = SortedMap[K, V]

  4. type ISSet[A] = Set[A]

  5. type ISet[A] = Set[A]

  6. type IVec[+A] = Vector[A]

  7. type Id[A] = A

  8. type MMap[K, V] = Map[K, V]

  9. type MSet[A] = Set[A]

  10. type OLock = util.OLock

  11. type OSeq[+A] = IndexedSeq[A]

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val Billion: Long

  7. val IISeq: IndexedSeq.type

  8. val IMap: Map.type

    Scala type aliases

  9. val ISMap: SortedMap.type

  10. val ISSet: SortedSet.type

  11. val ISet: Set.type

  12. val IVec: Vector.type

  13. val MMap: Map.type

  14. val MSet: Set.type

  15. val Million: Long

  16. val OLock: util.OLock.type

  17. val OSeq: IndexedSeq.type

  18. val Thousand: Long

    Constants

  19. val UTF8: String

  20. implicit def addOScalaArrayExtensions[A](a: Array[A]): ArrayExtensions[A]

    Extensions

  21. implicit def addOScalaBooleanExtensions[A](a: Boolean): BooleanExtensions

  22. implicit def addOScalaByteExtensions(a: Byte): ByteExtensions

  23. implicit def addOScalaDoubleExtensions(a: Double): DoubleExtensions

  24. implicit def addOScalaFunc1Extensions[A, B](a: (A) ⇒ B): Func1Extensions[A, B]

  25. implicit def addOScalaIMapExtensions[A, B](a: IMap[A, B]): IMapExtensions[A, B]

  26. implicit def addOScalaIntExtensions(a: Int): IntExtensions

  27. implicit def addOScalaItrExtensions[A](a: Iterator[A]): IteratorExtensions[A]

  28. implicit def addOScalaSeqExtensions[A](a: Seq[A]): SeqExtensions[A]

  29. implicit def addOScalaStringExtensions(a: String): StringExtensions

  30. implicit def addOScalaTypeAExtensions[A](a: A): TypeAExtensions[A]

  31. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  32. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  34. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  35. def error(msg: String): Nothing

  36. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  37. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  38. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  39. lazy val inScalaJs: Boolean

  40. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  41. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  42. final def notify(): Unit

    Definition Classes
    AnyRef
  43. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  44. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  45. def toString(): String

    Definition Classes
    AnyRef → Any
  46. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped