com.qifun

statelessFuture

package statelessFuture

Linear Supertypes
AnyRef, Any
Content Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. statelessFuture
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Awaitable[+AwaitResult, TailRecResult] extends Any

    Something that will be completed in the future.

    Something that will be completed in the future.

    AwaitResult

    The type that await returns.

    TailRecResult

    The response type, should be Unit in most cases.

    See also

    Future

  2. trait AwaitableFactory[TRR] extends AnyRef

  3. type Future[+AwaitResult] = Awaitable[AwaitResult, Unit]

    An Awaitable that does not need a response type.

Value Members

  1. object ANormalForm

    Used internally only.

  2. object Awaitable

  3. object AwaitableFactory

  4. object Future extends AwaitableFactory[Unit]

Inherited from AnyRef

Inherited from Any

Ungrouped