mirai
2.13.4
common
mirai-core-api
/
net.mamoe.mirai.message.data
/
firstIsInstance
first
Is
Instance
common
inline
fun
<
M
:
SingleMessage
>
MessageChain
.
firstIsInstance
(
)
:
M
Content copied to clipboard
获取第一个
M
实例. 在不存在时抛出
NoSuchElementException
.
See also
find
Is
Instance