JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.regnosys.rosetta.common.testing
Interface ExecutableFunction<INPUT,
OUTPUT>
public interface
ExecutableFunction<INPUT,
OUTPUT>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
OUTPUT
execute
(
INPUT
input)
Class
<
INPUT
>
getInputType
()
Class
<
OUTPUT
>
getOutputType
()
Method Details
execute
OUTPUT
execute
(
INPUT
input)
getInputType
Class
<
INPUT
>
getInputType
()
getOutputType
Class
<
OUTPUT
>
getOutputType
()