makth
Toggle table of contents
1.3.2
common
Platform filter
common
Switch theme
Search in API
makth
core
/
dev.makth.usecases
/
IParseAlgorithmUseCase
IParse
Algorithm
Use
Case
interface
IParseAlgorithmUseCase
:
IPairUseCase
<
String
,
Map
<
String
,
(
List
<
Value
>
)
->
Action
>
,
List
<
Action
>
>
Inheritors
ParseAlgorithmUseCase
Members
Functions
invoke
Link copied to clipboard
abstract
operator
fun
invoke
(
input1
:
String
,
input2
:
Map
<
String
,
(
List
<
Value
>
)
->
Action
>
)
:
List
<
Action
>
open
operator
fun
invoke
(
input
:
String
)
:
List
<
Action
>