com.bryghts.ftypes

FLong

Related Docs: object FLong | package ftypes

class FLong extends FAny[Long, FLong]

Created by Marc Esquerrà on 24/03/15.

Linear Supertypes
FAny[Long, FLong], Awaitable[Long], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. FLong
  2. FAny
  3. Awaitable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FLong(future: Future[Long])(implicit executionContext: ExecutionContext)

Value Members

  1. def !=(x: FDouble): FBoolean

  2. def !=(x: FFloat): FBoolean

  3. def !=(x: FLong): FBoolean

  4. def !=(x: FInt): FBoolean

  5. def !=(x: FChar): FBoolean

  6. def !=(x: FShort): FBoolean

  7. def !=(x: FByte): FBoolean

  8. def !=[FB <: FAny[_, FB]](x: FB): FBoolean

    Definition Classes
    FAny
  9. final def !=(arg0: Any): Boolean

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

    Definition Classes
    AnyRef → Any
  11. def %(x: FDouble): FDouble

  12. def %(x: FFloat): FFloat

  13. def %(x: FLong): FLong

  14. def %(x: FInt): FLong

  15. def %(x: FChar): FLong

  16. def %(x: FShort): FLong

  17. def %(x: FByte): FLong

  18. def &(x: FLong): FLong

  19. def &(x: FInt): FLong

  20. def &(x: FChar): FLong

  21. def &(x: FShort): FLong

  22. def &(x: FByte): FLong

  23. def *(x: FDouble): FDouble

  24. def *(x: FFloat): FFloat

  25. def *(x: FLong): FLong

  26. def *(x: FInt): FLong

  27. def *(x: FChar): FLong

  28. def *(x: FShort): FLong

  29. def *(x: FByte): FLong

  30. def +(x: FDouble): FDouble

  31. def +(x: FFloat): FFloat

  32. def +(x: FLong): FLong

  33. def +(x: FInt): FLong

  34. def +(x: FChar): FLong

  35. def +(x: FShort): FLong

  36. def +(x: FByte): FLong

  37. def -(x: FDouble): FDouble

  38. def -(x: FFloat): FFloat

  39. def -(x: FLong): FLong

  40. def -(x: FInt): FLong

  41. def -(x: FChar): FLong

  42. def -(x: FShort): FLong

  43. def -(x: FByte): FLong

  44. def /(x: FDouble): FDouble

  45. def /(x: FFloat): FFloat

  46. def /(x: FLong): FLong

  47. def /(x: FInt): FLong

  48. def /(x: FChar): FLong

  49. def /(x: FShort): FLong

  50. def /(x: FByte): FLong

  51. def <(x: FDouble): FBoolean

  52. def <(x: FFloat): FBoolean

  53. def <(x: FLong): FBoolean

  54. def <(x: FInt): FBoolean

  55. def <(x: FChar): FBoolean

  56. def <(x: FShort): FBoolean

  57. def <(x: FByte): FBoolean

  58. def <<(x: FLong): FLong

  59. def <<(x: FInt): FLong

  60. def <=(x: FDouble): FBoolean

  61. def <=(x: FFloat): FBoolean

  62. def <=(x: FLong): FBoolean

  63. def <=(x: FInt): FBoolean

  64. def <=(x: FChar): FBoolean

  65. def <=(x: FShort): FBoolean

  66. def <=(x: FByte): FBoolean

  67. def ==(x: FDouble): FBoolean

  68. def ==(x: FFloat): FBoolean

  69. def ==(x: FLong): FBoolean

  70. def ==(x: FInt): FBoolean

  71. def ==(x: FChar): FBoolean

  72. def ==(x: FShort): FBoolean

  73. def ==(x: FByte): FBoolean

  74. def ==[FB <: FAny[_, FB]](x: FB): FBoolean

    Definition Classes
    FAny
  75. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  76. def >(x: FDouble): FBoolean

  77. def >(x: FFloat): FBoolean

  78. def >(x: FLong): FBoolean

  79. def >(x: FInt): FBoolean

  80. def >(x: FChar): FBoolean

  81. def >(x: FShort): FBoolean

  82. def >(x: FByte): FBoolean

  83. def >=(x: FDouble): FBoolean

  84. def >=(x: FFloat): FBoolean

  85. def >=(x: FLong): FBoolean

  86. def >=(x: FInt): FBoolean

  87. def >=(x: FChar): FBoolean

  88. def >=(x: FShort): FBoolean

  89. def >=(x: FByte): FBoolean

  90. def >>(x: FLong): FLong

  91. def >>(x: FInt): FLong

  92. def >>>(x: FLong): FLong

  93. def >>>(x: FInt): FLong

  94. def ^(x: FLong): FLong

  95. def ^(x: FInt): FLong

  96. def ^(x: FChar): FLong

  97. def ^(x: FShort): FLong

  98. def ^(x: FByte): FLong

  99. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  100. def clone(): AnyRef

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

    Definition Classes
    AnyRef
  102. def equals[FB <: FAny[_, FB]](x: FB): FBoolean

    Definition Classes
    FAny
  103. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  104. implicit val executionContext: ExecutionContext

    Attributes
    protected
    Definition Classes
    FLongFAny
  105. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  106. val future: Future[Long]

    Definition Classes
    FLongFAny
  107. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  109. final def isInstanceOf[T0]: Boolean

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

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

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

    Definition Classes
    AnyRef
  113. def op[R, FR <: FAny[R, FR]](r: FAnyCompanion[R, FR], f: (Long) ⇒ R): FR

  114. def op[R, FR <: FAny[R, FR], B](r: FAnyCompanion[R, FR])(fb: FAny[B, _])(f: (Long, B) ⇒ R): FR

  115. def ready(atMost: Duration)(implicit permit: CanAwait): FLong.this.type

    Definition Classes
    FAny → Awaitable
    Annotations
    @throws( classOf[InterruptedException] ) @throws( classOf[TimeoutException] )
  116. def result(atMost: Duration)(implicit permit: CanAwait): Long

    Definition Classes
    FAny → Awaitable
    Annotations
    @throws( classOf[Exception] )
  117. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  118. def toFByte: FByte

  119. def toFChar: FChar

  120. def toFDouble: FDouble

  121. def toFFloat: FFloat

  122. def toFInt: FInt

  123. def toFLong: FLong

  124. def toFShort: FShort

  125. def toString(): String

    Definition Classes
    AnyRef → Any
  126. def unary_+: FLong

  127. def unary_-: FLong

  128. def unary_~: FLong

  129. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  132. def |(x: FLong): FLong

  133. def |(x: FInt): FLong

  134. def |(x: FChar): FLong

  135. def |(x: FShort): FLong

  136. def |(x: FByte): FLong

Inherited from FAny[Long, FLong]

Inherited from Awaitable[Long]

Inherited from AnyRef

Inherited from Any

Ungrouped