JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.inductiveautomation.perspective.gateway.api
Interface ExtensionFunction
All Known Implementing Classes:
ExtensionFunctionImpl
public interface
ExtensionFunction
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
<T> T
invoke
(
Class
<T> returnType, T defaultValue,
Object
... args)
Method Details
invoke
<T>
T
invoke
(
Class
<T> returnType, T defaultValue,
Object
... args)