AbstractExObjBridgeImpl

abstract class AbstractExObjBridgeImpl[A, B <: A, _Ex <: ([~ <: Txn[~]] =>> Expr[~, B])](tpe: Type[B, _Ex]) extends CanMake[A] with Bridge[A]
trait Bridge[A]
trait CanMake[A]
trait Source[A]
trait Adjunct
trait Writable
class Object
trait Matchable
class Any
class ExObjBridgeImpl[A, _Ex]
class ExSeqObjBridgeImpl[A, _Ex]

Type members

Types

type Repr[T <: Txn[T]] = _Ex[T]

Value members

Abstract methods

protected def encode(in: A): B

Concrete methods

final override def write(out: DataOutput): Unit
Definition Classes
Adjunct -> Writable

Inherited methods

def id: Int
Inherited from
Adjunct