Key

interface Key<out E : Message.Element<E>>(source)

消息元素类型的唯一表示标识。

一般由伴生对象或对象实现。

Inheritors

Functions

Link copied to clipboard
abstract fun safeCast(value: Any): E?

将一个实例转化为 E 实例。 无法转化得到null。