com.bryghts.ftypes

FBoolean

Related Docs: object FBoolean | package ftypes

case class FBoolean(future: Future[Boolean]) extends FAny[Boolean, FBoolean] with Product with Serializable

Created by Marc Esquerrà on 22/01/2015.

Linear Supertypes
Serializable, Serializable, Product, Equals, FAny[Boolean, FBoolean], Awaitable[Boolean], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. FBoolean
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. FAny
  7. Awaitable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FBoolean(future: Future[Boolean])

Value Members

  1. def !=[FB <: FAny[_, FB]](x: FB)(implicit ec: ExecutionContext): FBoolean

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

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

    Definition Classes
    AnyRef → Any
  4. def &(x: Boolean)(implicit ec: ExecutionContext): FBoolean

  5. def &(x: FBoolean)(implicit ec: ExecutionContext): FBoolean

  6. def &&(x: Boolean)(implicit ec: ExecutionContext): FBoolean

  7. def &&(x: FBoolean)(implicit ec: ExecutionContext): FBoolean

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

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

    Definition Classes
    AnyRef → Any
  10. def ^(x: Boolean)(implicit ec: ExecutionContext): FBoolean

  11. def ^(x: FBoolean)(implicit ec: ExecutionContext): FBoolean

  12. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  13. val builder: FBoolean.type

    Attributes
    protected
    Definition Classes
    FBooleanFAny
  14. def clone(): AnyRef

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

    Definition Classes
    AnyRef
  16. def equals[FB <: FAny[_, FB]](x: FB)(implicit ec: ExecutionContext): FBoolean

    Definition Classes
    FAny
  17. def fhashCode(implicit ec: ExecutionContext): FInt

    Definition Classes
    FAny
  18. def finalize(): Unit

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

    Definition Classes
    FBooleanFAny
  20. final def getClass(): Class[_]

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

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

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

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

    Definition Classes
    AnyRef
  25. def op(x: FBoolean, f: (Boolean, Boolean) ⇒ Boolean)(implicit ec: ExecutionContext): FBoolean

  26. def ready(atMost: Duration)(implicit permit: CanAwait): FBoolean.this.type

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

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

    Definition Classes
    AnyRef
  29. def toFString(implicit ec: ExecutionContext): FString

    Definition Classes
    FBooleanFAny
  30. def unary_!(implicit ec: ExecutionContext): FBoolean

  31. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. def |(x: Boolean)(implicit ec: ExecutionContext): FBoolean

  35. def |(x: FBoolean)(implicit ec: ExecutionContext): FBoolean

  36. def ||(x: Boolean)(implicit ec: ExecutionContext): FBoolean

  37. def ||(x: FBoolean)(implicit ec: ExecutionContext): FBoolean

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from FAny[Boolean, FBoolean]

Inherited from Awaitable[Boolean]

Inherited from AnyRef

Inherited from Any

Ungrouped