Map

final case class Map[M <: TxnMode, A, B](from: TxnStep[M, A], f: A => B) extends TxnStep[M, B]
trait Serializable
trait Product
trait Equals
trait TxnStep[M, B]
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product