case class Run[T, E <: (TwitterFutureIOMonad.this)#Effect](f: () ⇒ (TwitterFutureIOMonad.this)#Result[T]) extends (TwitterFutureIOMonad.this)#IO[T, E] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Run
- Serializable
- Serializable
- Product
- Equals
- IO
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Run(f: () ⇒ (TwitterFutureIOMonad.this)#Result[T])
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
*>[S, E2 <: (TwitterFutureIOMonad.this)#Effect](next: (TwitterFutureIOMonad.this)#IO[S, E2]): (TwitterFutureIOMonad.this)#IO[S, E with E2]
- Definition Classes
- IO
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
collect[S](pf: PartialFunction[T, S]): (TwitterFutureIOMonad.this)#IO[S, E]
- Definition Classes
- IO
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val f: () ⇒ (TwitterFutureIOMonad.this)#Result[T]
-
def
failed: (TwitterFutureIOMonad.this)#IO[Throwable, E]
- Definition Classes
- IO
-
def
filter(p: (T) ⇒ Boolean): (TwitterFutureIOMonad.this)#IO[T, E]
- Definition Classes
- IO
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
flatMap[S, E2 <: (TwitterFutureIOMonad.this)#Effect](f: (T) ⇒ (TwitterFutureIOMonad.this)#IO[S, E2]): (TwitterFutureIOMonad.this)#IO[S, E with E2]
- Definition Classes
- IO
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
liftToTry: (TwitterFutureIOMonad.this)#IO[Try[T], E]
- Definition Classes
- IO
-
def
lowerFromTry[U](implicit ev: (T) ⇒ Try[U]): (TwitterFutureIOMonad.this)#IO[U, E]
- Definition Classes
- IO
-
def
map[S](f: (T) ⇒ S): (TwitterFutureIOMonad.this)#IO[S, E]
- Definition Classes
- IO
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
recover[U >: T](pf: PartialFunction[Throwable, U]): (TwitterFutureIOMonad.this)#IO[U, E]
- Definition Classes
- IO
-
def
recoverWith[U >: T, E2 <: (TwitterFutureIOMonad.this)#Effect](pf: PartialFunction[Throwable, (TwitterFutureIOMonad.this)#IO[U, E2]]): (TwitterFutureIOMonad.this)#IO[U, E with E2]
- Definition Classes
- IO
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
transactional: (TwitterFutureIOMonad.this)#IO[T, E with Transaction]
- Definition Classes
- IO
-
def
transform[S](f: (Try[T]) ⇒ Try[S]): (TwitterFutureIOMonad.this)#IO[S, E]
- Definition Classes
- IO
-
def
transformWith[S, E2 <: (TwitterFutureIOMonad.this)#Effect](f: (Try[T]) ⇒ (TwitterFutureIOMonad.this)#IO[S, E2]): (TwitterFutureIOMonad.this)#IO[S, E with E2]
- Definition Classes
- IO
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
withFilter(p: (T) ⇒ Boolean): (TwitterFutureIOMonad.this)#IO[T, E]
- Definition Classes
- IO
-
def
zip[S, E2 <: (TwitterFutureIOMonad.this)#Effect](io: (TwitterFutureIOMonad.this)#IO[S, E2]): (TwitterFutureIOMonad.this)#IO[(T, S), E with E2]
- Definition Classes
- IO