toggle menu
Embabel Agent Documentation
JVM
switch theme
search in API
Embabel Agent Documentation
/
com.embabel.agent.api.common
/
transform
transform
inline
fun
<
I
:
Any
,
O
:
Any
>
TypedOps
.
transform
(
input
:
I
,
processOptions
:
ProcessOptions
=
ProcessOptions()
)
:
O
Perform the magic trick of getting from A to B
fun
<
I
:
Any
,
O
:
Any
>
TypedOps
.
transform
(
input
:
I
,
processOptions
:
ProcessOptions
=
ProcessOptions()
,
outputClass
:
Class
<
O
>
)
:
O