renetik-android-core
renetik-android-core
/
renetik.android.core.lang
/
CSListContainer
CSList
Container
interface
CSListContainer
<
T
>
Content copied to clipboard
Properties
Extensions
Properties
list
Link copied to clipboard
abstract
val
list
:
List
<
T
>
Content copied to clipboard
Extensions
find
By
Id
Link copied to clipboard
fun
<
T
:
CSHasId
>
CSListContainer
<
T
>
.
findById
(
id
:
String
)
:
T
?
Content copied to clipboard
fun
<
T
:
CSHasId
>
CSListContainer
<
T
>
.
findById
(
hasId
:
CSHasId
)
:
T
?
Content copied to clipboard
find
Index
By
Id
Link copied to clipboard
fun
<
T
:
CSHasId
>
CSListContainer
<
T
>
.
findIndexById
(
hasId
:
CSHasId
)
:
Int
Content copied to clipboard
fun
<
T
:
CSHasId
>
CSListContainer
<
T
>
.
findIndexById
(
id
:
String
)
:
Int
Content copied to clipboard