class ScanamoSyncInterpreter extends ~>[ScanamoOpsA, Id]
Interpret Scanamo operations using blocking requests to DynamoDB with any transport errors or semantic errors within DynamoDB thrown as exceptions.
We need to interpret into a type with a type parameter, so cheat by using
the [Id Monad](http://typelevel.org/cats/datatypes/id.html) which is just
a type alias for the type itself (type Id[A] = A).
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ScanamoSyncInterpreter
- FunctionK
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ScanamoSyncInterpreter(client: AmazonDynamoDB)
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
-
def
and[H[_]](h: FunctionK[ScanamoOpsA, H]): FunctionK[ScanamoOpsA, [γ$4$]Tuple2K[Id, H, γ$4$]]
- Definition Classes
- FunctionK
-
def
andThen[H[_]](f: FunctionK[Id, H]): FunctionK[ScanamoOpsA, H]
- Definition Classes
- FunctionK
-
def
apply[A](op: ScanamoOpsA[A]): Id[A]
- Definition Classes
- ScanamoSyncInterpreter → FunctionK
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
compose[E[_]](f: FunctionK[E, ScanamoOpsA]): FunctionK[E, Id]
- Definition Classes
- FunctionK
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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
or[H[_]](h: FunctionK[H, Id]): FunctionK[[γ$1$]EitherK[ScanamoOpsA, H, γ$1$], Id]
- Definition Classes
- FunctionK
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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()