JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.xebialabs.xltest.domain
Interface Computable<T,O>
Type Parameters:
T
- The input type of the computer.
All Known Implementing Classes:
Report
,
Report
public interface
Computable<T,O>
Implementations of this interface act as functions (computable) components in the XL Test architecture.
Method Summary
Methods
Modifier and Type
Method and Description
O
compute
(
T
x)
Method Detail
compute
O
compute(
T
x)
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method