TailRec

final case class TailRec[M <: TxnMode, A, B](a: A, f: A => TxnStep[M, Either[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