trait DynamoDBActionMatchers extends Logging
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- DynamoDBActionMatchers
- Logging
- Logger
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- class ServiceMatcher [A] extends Matcher[DynamoDBAction[A]]
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
debug[A](msg: ⇒ A)(implicit arg0: LogWriter[A]): Unit
- Attributes
- protected
- Definition Classes
- Logging → Logger
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
error[A](msg: ⇒ A)(implicit arg0: LogWriter[A]): Unit
- Attributes
- protected
- Definition Classes
- Logging → Logger
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
def
info[A](msg: ⇒ A)(implicit arg0: LogWriter[A]): Unit
- Attributes
- protected
- Definition Classes
- Logging → Logger
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
log: Logger
- Attributes
- protected
- Definition Classes
- Logging
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- def requestIdRecorded[A](md: MetaData): Boolean
- def returnException[A, B <: Throwable](implicit client: AmazonDynamoDB, m: ClassTag[B]): ServiceMatcher[A]
- def returnFailure[A](implicit client: AmazonDynamoDB): ServiceMatcher[A]
- def returnMetaData[A](implicit client: AmazonDynamoDB): Matcher[DynamoDBAction[A]]
- def returnResult[A](check: (A) ⇒ Boolean)(implicit client: AmazonDynamoDB): ServiceMatcher[A]
- def returnSuccess[A](implicit client: AmazonDynamoDB): ServiceMatcher[A]
- def returnValue[A](expected: A)(implicit client: AmazonDynamoDB, E: Equal[A]): ServiceMatcher[A]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
trace[A](msg: ⇒ A)(implicit arg0: LogWriter[A]): Unit
- Attributes
- protected
- Definition Classes
- Logging → Logger
-
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( ... )
-
def
warn[A](msg: ⇒ A)(implicit arg0: LogWriter[A]): Unit
- Attributes
- protected
- Definition Classes
- Logging → Logger
-
def
withContext[A, B](a: A)(f: ⇒ B)(implicit arg0: LogWriter[A]): B
- Definition Classes
- Logging
-
def
withDebug[A, B](msg: ⇒ A)(f: ⇒ B)(implicit arg0: LogWriter[A]): B
- Attributes
- protected
- Definition Classes
- Logging → Logger
-
def
withInfo[A, B](msg: ⇒ A)(f: ⇒ B)(implicit arg0: LogWriter[A]): B
- Attributes
- protected
- Definition Classes
- Logging → Logger
-
def
withTrace[A, B](msg: ⇒ A)(f: ⇒ B)(implicit arg0: LogWriter[A]): B
- Attributes
- protected
- Definition Classes
- Logging → Logger
Deprecated Value Members
-
def
withLog[A](s: String)(f: ⇒ A): A
- Attributes
- protected
- Definition Classes
- Logging
- Annotations
- @deprecated
- Deprecated
(Since version 1.6) use withInfo instead
-
def
withLogContext[A](s: String)(f: ⇒ A): A
- Definition Classes
- Logging
- Annotations
- @deprecated
- Deprecated
(Since version 1.6) use withContext instead