com.qifun.statelessFuture.util.io

Nio2Future

final case class Nio2Future[A](underlying: (CompletionHandler[A, Null]) ⇒ Unit) extends AnyVal with Stateless[A] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Stateless[A, Unit], Awaitable[A, Unit], AnyVal, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Nio2Future
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Stateless
  7. Awaitable
  8. AnyVal
  9. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Nio2Future(underlying: (CompletionHandler[A, Null]) ⇒ Unit)

Value Members

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

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

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

    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. final def await: A

    Definition Classes
    Awaitable
    Annotations
    @compileTimeOnly( ... )
  6. final def flatMap[ConvertedAwaitResult](converter: (A) ⇒ Awaitable[ConvertedAwaitResult, Unit]): Stateless[ConvertedAwaitResult, Unit]

    Definition Classes
    Awaitable
  7. final def foreach(handler: (A) ⇒ Unit)(implicit catcher: Catcher[Unit]): Unit

    Definition Classes
    Awaitable
  8. def getClass(): Class[_ <: AnyVal]

    Definition Classes
    AnyVal → Any
  9. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  10. final def map[ConvertedAwaitResult](converter: (A) ⇒ ConvertedAwaitResult): Stateless[ConvertedAwaitResult, Unit]

    Definition Classes
    Awaitable
  11. final def onComplete(handler: (A) ⇒ TailRec[Unit])(implicit catcher: Catcher[TailRec[Unit]]): TailRec[Unit]

    Definition Classes
    Nio2Future → Awaitable
  12. val underlying: (CompletionHandler[A, Null]) ⇒ Unit

  13. final def withFilter(condition: (A) ⇒ Boolean): Stateless[A, Unit]

    Definition Classes
    Awaitable

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Stateless[A, Unit]

Inherited from Awaitable[A, Unit]

Inherited from AnyVal

Inherited from Any

Ungrouped