com.bryghts.ftypes

FChar

Related Docs: object FChar | package ftypes

class FChar extends FAny[Char, FChar]

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

Linear Supertypes
FAny[Char, FChar], Awaitable[Char], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. FChar
  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 FChar(future: Future[Char])(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): FInt

  15. def %(x: FChar): FInt

  16. def %(x: FShort): FInt

  17. def %(x: FByte): FInt

  18. def &(x: FLong): FLong

  19. def &(x: FInt): FInt

  20. def &(x: FChar): FInt

  21. def &(x: FShort): FInt

  22. def &(x: FByte): FInt

  23. def *(x: FDouble): FDouble

  24. def *(x: FFloat): FFloat

  25. def *(x: FLong): FLong

  26. def *(x: FInt): FInt

  27. def *(x: FChar): FInt

  28. def *(x: FShort): FInt

  29. def *(x: FByte): FInt

  30. def +(x: FDouble): FDouble

  31. def +(x: FFloat): FFloat

  32. def +(x: FLong): FLong

  33. def +(x: FInt): FInt

  34. def +(x: FChar): FInt

  35. def +(x: FShort): FInt

  36. def +(x: FByte): FInt

  37. def -(x: FDouble): FDouble

  38. def -(x: FFloat): FFloat

  39. def -(x: FLong): FLong

  40. def -(x: FInt): FInt

  41. def -(x: FChar): FInt

  42. def -(x: FShort): FInt

  43. def -(x: FByte): FInt

  44. def /(x: FDouble): FDouble

  45. def /(x: FFloat): FFloat

  46. def /(x: FLong): FLong

  47. def /(x: FInt): FInt

  48. def /(x: FChar): FInt

  49. def /(x: FShort): FInt

  50. def /(x: FByte): FInt

  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): FInt

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

  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): FInt

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

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

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

  94. def ^(x: FLong): FLong

  95. def ^(x: FInt): FInt

  96. def ^(x: FChar): FInt

  97. def ^(x: FShort): FInt

  98. def ^(x: FByte): FInt

  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
    FCharFAny
  105. def finalize(): Unit

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

    Definition Classes
    FCharFAny
  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: (Char) ⇒ R): FR

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

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

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

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

    Definition Classes
    AnyRef
  118. def toFChar: FChar

  119. def toFDouble: FDouble

  120. def toFFloat: FFloat

  121. def toFInt: FInt

  122. def toFLong: FLong

  123. def toFShort: FShort

  124. def toString(): String

    Definition Classes
    AnyRef → Any
  125. def unary_+: FInt

  126. def unary_-: FInt

  127. def unary_~: FInt

  128. final def wait(): Unit

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

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

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

  132. def |(x: FInt): FInt

  133. def |(x: FChar): FInt

  134. def |(x: FShort): FInt

  135. def |(x: FByte): FInt

Inherited from FAny[Char, FChar]

Inherited from Awaitable[Char]

Inherited from AnyRef

Inherited from Any

Ungrouped