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]

Abstract Value Members

  1. abstract val defaultExecutionContext: ExecutionContext

Concrete 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. val Billion: Long

  5. val IISeq: IndexedSeq.type

  6. val IMap: Map.type

    Scala type aliases

  7. val ISMap: SortedMap.type

  8. val ISSet: SortedSet.type

  9. val ISet: Set.type

  10. val IVec: Vector.type

  11. val MMap: Map.type

  12. val MSet: Set.type

  13. val Million: Long

  14. val OLock: util.OLock.type

  15. val OSeq: IndexedSeq.type

  16. val Thousand: Long

    Constants

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

    Extensions

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

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

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

  21. implicit def addOScalaFunc1Extensions[A, B](a: Function[A, B]): Func1Extensions[A, B]

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

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

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

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

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

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

  28. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  29. def clone(): AnyRef

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

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

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

  33. def finalize(): Unit

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

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

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

  37. final def isInstanceOf[T0]: Boolean

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

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

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

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

    Definition Classes
    AnyRef
  42. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped