object None extends TransactionLogger with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- None
- Serializable
- Serializable
- Product
- Equals
- Function2
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
def
apply(entry: TransactionLogEntry, ec: ExecutionContext): Future[Unit]
- Definition Classes
- None → Function2
-
def
curried: (TransactionLogEntry) ⇒ (ExecutionContext) ⇒ Future[Unit]
- Definition Classes
- Function2
- Annotations
- @unspecialized()
-
def
toString(): String
- Definition Classes
- Function2 → AnyRef → Any
-
def
tupled: ((TransactionLogEntry, ExecutionContext)) ⇒ Future[Unit]
- Definition Classes
- Function2
- Annotations
- @unspecialized()