Package com.embabel.agent.api.common
Class TypedOpsKt
-
- All Implemented Interfaces:
public final class TypedOpsKt
-
-
Method Summary
Modifier and Type Method Description final static <I extends Any, O extends Any> Otransform(TypedOps $self, I input, ProcessOptions processOptions)Perform the magic trick of getting from A to B final static <I extends Any, O extends Any> Otransform(TypedOps $self, I input, ProcessOptions processOptions, Class<O> outputClass)final static <I extends Any, O extends Any> AgentFunction<I, O>asFunction(TypedOps $self)-
-
Method Detail
-
transform
final static <I extends Any, O extends Any> O transform(TypedOps $self, I input, ProcessOptions processOptions)
Perform the magic trick of getting from A to B
-
transform
final static <I extends Any, O extends Any> O transform(TypedOps $self, I input, ProcessOptions processOptions, Class<O> outputClass)
-
asFunction
final static <I extends Any, O extends Any> AgentFunction<I, O> asFunction(TypedOps $self)
-
-
-
-