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.orientechnologies.common.util
Interface OCallable<RET,
PAR>
public interface
OCallable<RET,
PAR>
Generic callable interface that accepts a parameter.
Author:
Luca Garulli (l.garulli--(at)--orientdb.com)
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
RET
call
(
PAR
iArgument)
Method Details
call
RET
call
(
PAR
iArgument)