sealed abstract
class
Key[J, V] extends AnyRef
Instance Constructors
-
new
Key(bs: (Builder) ⇒ (J) ⇒ Builder, in: (V) ⇒ J, out: (J) ⇒ V)
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
-&>(y: J): (Key[J, V], V)
-
def
->(y: V): (Key[J, V], V)
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
builderSetter(builder: Builder)(value: Any): Builder
-
def
clone(): AnyRef
-
def
convert(value: J): V
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
val
in: (V) ⇒ J
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
val
out: (J) ⇒ V
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
unapply(messageProperties: MessageProperties): Option[V]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
→(y: V): (Key[J, V], V)
Inherited from AnyRef
Inherited from Any