scalax.concurrent.atomic

padded

package padded

Provided for source-level compatibility with the JVM version. There is no difference between functionality imported from this package and scalax.atomic.

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

Type Members

  1. type AtomicAny[T] = atomic.AtomicAny[T]

  2. type AtomicBoolean = atomic.AtomicAny[Boolean]

  3. trait AtomicBuilder[T, R <: Atomic[T]] extends atomic.AtomicBuilder[T, R]

  4. type AtomicByte = atomic.AtomicNumberAny[Byte]

  5. type AtomicChar = atomic.AtomicNumberAny[Char]

  6. type AtomicDouble = atomic.AtomicDouble

  7. type AtomicFloat = atomic.AtomicFloat

  8. type AtomicInt = atomic.AtomicInt

  9. type AtomicLong = atomic.AtomicLong

  10. type AtomicNumberAny[T] = atomic.AtomicNumberAny[T]

  11. type AtomicShort = atomic.AtomicNumberAny[Short]

Value Members

  1. object Atomic

  2. object AtomicAny

  3. object AtomicBoolean

  4. object AtomicBuilder extends Level3

  5. object AtomicByte

  6. object AtomicChar

  7. object AtomicDouble

  8. object AtomicFloat

  9. object AtomicInt

  10. object AtomicLong

  11. object AtomicNumberAny

  12. object AtomicShort

Inherited from AnyRef

Inherited from Any

Ungrouped