object
AwsAction
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
def
apply[R, W, A](f: (R) ⇒ Attempt[A])(implicit arg0: Monoid[W]): AwsAction[R, W, A]
-
final
def
asInstanceOf[T0]: T0
-
def
ask[R, W](implicit arg0: Monoid[W]): AwsAction[R, W, R]
-
def
attempt[R, W, A](a: Attempt[A])(implicit arg0: Monoid[W]): AwsAction[R, W, A]
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
fail[R, W, A](msg: String)(implicit arg0: Monoid[W]): AwsAction[R, W, A]
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
def
invalid[R, W, A](i: Invalid)(implicit arg0: Monoid[W]): AwsAction[R, W, A]
-
final
def
isInstanceOf[T0]: Boolean
-
def
local[R, W, A](f: (R) ⇒ R)(fa: AwsAction[R, W, A])(implicit arg0: Monoid[W]): AwsAction[R, W, A]
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
ok[R, W, A](strict: A)(implicit arg0: Monoid[W]): AwsAction[R, W, A]
-
def
safe[R, W, A](f: (R) ⇒ A)(implicit arg0: Monoid[W]): AwsAction[R, W, A]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
value[R, W, A](v: ⇒ A)(implicit arg0: Monoid[W]): AwsAction[R, W, A]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
withClient[R, W, A](f: (R) ⇒ A)(implicit arg0: Monoid[W]): AwsAction[R, W, A]
Inherited from AnyRef
Inherited from Any