Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
12c (12.1.3)
E41664-01
 
- Summary: 
 
- Nested | 
 
- Field | 
 
- Constr | 
 
- Method
 
- Detail: 
 
- Field | 
 
- Constr | 
 
- Method
 
 
 
- 
- Type Parameters:
 O - the type of the value returned by this operator (output)I - the type of object on which this operator can operate (input)
- All Known Implementing Classes:
 
- TypeCollector
 
public interface Operator<I,O>
The Operator interface defines the contract for an object that
 can operate on a given object of a specific type.
 
 
- 
- 
Method Summary
Methods 
| Modifier and Type | 
Method and Description | 
O | 
operate(I obj)
Operate on the given object. 
 | 
 
 
 
 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
12c (12.1.3)
E41664-01
 
- Summary: 
 
- Nested | 
 
- Field | 
 
- Constr | 
 
- Method
 
- Detail: 
 
- Field | 
 
- Constr | 
 
- Method
 
 
 
Copyright © 1997, 2014, Oracle. All rights reserved.