toggle menu
Embabel Agent Documentation
JVM
switch theme
search in API
Embabel Agent Documentation
/
com.embabel.agent.experimental.domain.mixin
/
MixinRepository
/
findById
find
By
Id
abstract
fun
<
E
:
MixinEnabledEntity
<
ID
>
>
findById
(
id
:
ID
,
type
:
Class
<
E
>
)
:
E
?
abstract
fun
<
E1
:
MixinEnabledEntity
<
ID
>
,
E2
:
E1
>
findById
(
id
:
ID
,
type1
:
Class
<
E1
>
,
type2
:
Class
<
E2
>
)
:
E2
?