首页
Android
iOS
社区
API文档
关于
GitHub
router
/
com.therouter.inject
/
RecyclerBin
Recycler
Bin
class
RecyclerBin
Content copied to clipboard
Created by ZhangTao on 17/8/1.
Functions
Functions
get
链接已复制到剪贴板
operator
fun
<
T
>
get
(
clazz
:
Class
<
T
>
,
vararg
params
:
Any
?
)
:
T
?
Content copied to clipboard
put
链接已复制到剪贴板
fun
<
T
>
put
(
clazz
:
Class
<
T
>
,
t
:
T
,
vararg
params
:
Any
?
)
:
T
?
Content copied to clipboard