renetik-android
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
renetik-android
renetik-android-core
/
renetik.android.core.lang
/
CSListContainer
CSList
Container
interface
CSListContainer
<
T
>
Members
Members & Extensions
Properties
list
Link copied to clipboard
abstract
val
list
:
List
<
T
>
Functions
find
By
Id
Link copied to clipboard
fun
<
T
:
CSHasId
>
CSListContainer
<
T
>
.
findById
(
id
:
String
)
:
T
?
fun
<
T
:
CSHasId
>
CSListContainer
<
T
>
.
findById
(
hasId
:
CSHasId
)
:
T
?
find
Index
By
Id
Link copied to clipboard
fun
<
T
:
CSHasId
>
CSListContainer
<
T
>
.
findIndexById
(
id
:
String
)
:
Int
fun
<
T
:
CSHasId
>
CSListContainer
<
T
>
.
findIndexById
(
hasId
:
CSHasId
)
:
Int