Class/Object

polynote.kernel.util

LongRef

Related Docs: object LongRef | package util

Permalink

class LongRef extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LongRef
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def accumulateAndGet(value: Long, op: (Long, Long) ⇒ Long): UIO[Long]

    Permalink
  5. def accumulateAndGet(value: Long, op: LongBinaryOperator): UIO[Long]

    Permalink
  6. def addAndGet(delta: Long): UIO[Long]

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def compareAndSet(expected: Long, newValue: Long): UIO[Boolean]

    Permalink
  10. val decrementAndGet: UIO[Long]

    Permalink
  11. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def get: UIO[Long]

    Permalink
  15. def getAndAccumulate(value: Long, op: (Long, Long) ⇒ Long): UIO[Long]

    Permalink
  16. def getAndAccumulate(value: Long, op: LongBinaryOperator): UIO[Long]

    Permalink
  17. def getAndAdd(delta: Long): UIO[Long]

    Permalink
  18. val getAndDecrement: UIO[Long]

    Permalink
  19. val getAndIncrement: UIO[Long]

    Permalink
  20. def getAndSet(value: Long): UIO[Long]

    Permalink
  21. def getAndUpdate(op: (Long) ⇒ Long): UIO[Long]

    Permalink
  22. def getAndUpdate(op: LongUnaryOperator): UIO[Long]

    Permalink
  23. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  25. val incrementAndGet: UIO[Long]

    Permalink
  26. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  27. def lazySet(value: Long): UIO[Unit]

    Permalink
  28. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  29. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. def set(value: Long): UIO[Unit]

    Permalink
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  33. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  34. def updateAndGet(op: (Long) ⇒ Long): UIO[Long]

    Permalink
  35. def updateAndGet(op: LongUnaryOperator): UIO[Long]

    Permalink
  36. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. def weakCompareAndSet(expected: Long, newValue: Long): UIO[Boolean]

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped