class
TryT[A, Box[_]] extends AnyRef
Instance Constructors
-
new
TryT(wrapped: Box[Try[A]])
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
def
->[B](y: B): (TryT[A, Box], B)
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
ensuring(cond: (TryT[A, Box]) ⇒ Boolean, msg: ⇒ Any): TryT[A, Box]
-
def
ensuring(cond: (TryT[A, Box]) ⇒ Boolean): TryT[A, Box]
-
def
ensuring(cond: Boolean, msg: ⇒ Any): TryT[A, Box]
-
def
ensuring(cond: Boolean): TryT[A, Box]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
filter(p: (A) ⇒ Boolean)(implicit evidence: Monad[Box]): TryT[A, Box]
-
def
finalize(): Unit
-
def
flatMap[B](f: (A) ⇒ TryT[B, Box])(implicit evidence: Monad[Box]): TryT[B, Box]
-
def
formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
map[B](f: (A) ⇒ B)(implicit evidence: Monad[Box]): TryT[B, Box]
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
withFilter(p: (A) ⇒ Boolean)(implicit evidence: Monad[Box]): TryT[A, Box]
-
val
wrapped: Box[Try[A]]
-
def
→[B](y: B): (TryT[A, Box], B)
Inherited from Any
Inherited by implicit conversion any2stringadd from
TryT[A, Box] to any2stringadd[TryT[A, Box]]
Inherited by implicit conversion StringFormat from
TryT[A, Box] to StringFormat[TryT[A, Box]]
Inherited by implicit conversion Ensuring from
TryT[A, Box] to Ensuring[TryT[A, Box]]
Inherited by implicit conversion ArrowAssoc from
TryT[A, Box] to ArrowAssoc[TryT[A, Box]]