monadasync

twitter

package twitter

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

Type Members

  1. implicit final class TwitterFutureAsync[A] extends AnyVal

    Future ~> F Caution: The F will most likely start computing immediately

Value Members

  1. implicit object FutureMonad extends MonadError[[$qmark, α]Future[α], Throwable] with MonadPlus[Future] with Monad[Future] with Comonad[Future] with Nondeterminism[Future] with Zip[Future] with Catchable[Future] with MonadAsync[Future] with Traverse[Future]

  2. def monadState[S]: MonadState[[$qmark, α]Future[α], Option[S]]

  3. implicit def twitterFutureTransformation[F[_]](implicit MA: MonadAsync[F], M: Monad[F], C: Catchable[F]): ~>[Future, F]

Inherited from AnyRef

Inherited from Any

Ungrouped