kaccelero
Toggle table of contents
0.6.1
common
Platform filter
common
Switch theme
Search in API
kaccelero
core
/
dev.kaccelero.usecases
/
ITripleUseCase
ITriple
Use
Case
interface
ITripleUseCase
<
Input1
,
Input2
,
Input3
,
Output
>
:
IGenericUseCase
Inheritors
ITranslateUseCase
ICreateChildModelWithContextUseCase
IDeleteChildModelWithContextUseCase
IGetChildModelWithContextUseCase
IListSliceChildModelWithContextUseCase
IUpdateChildModelUseCase
Members
Functions
invoke
Link copied to clipboard
abstract
operator
fun
invoke
(
input1
:
Input1
,
input2
:
Input2
,
input3
:
Input3
)
:
Output