sealed
trait
ProtocolCodec[A] extends Any
Abstract Value Members
-
abstract
def
decode(resp: RESP): Maybe[A]
-
abstract
def
encode(protocol: Protocol): RESP
-
abstract
def
getClass(): Class[_]
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
-
-
-
-
-
def
formatted(fmtstr: String): String
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
toString(): String
-
def
widen[AA](implicit ev1: <:<[A, AA], ev2: =:!=[A, AA]): ProtocolCodec[AA]
-