JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
gw.internal.gosu.parser
TypeLoaderAccess
ArgCallable
Contents
Description
Method Summary
Method Details
call(A1)
Hide sidebar
Show sidebar
Interface TypeLoaderAccess.ArgCallable<
V
,
A1
>
Enclosing class:
TypeLoaderAccess
private static interface
TypeLoaderAccess.ArgCallable<V,
A1>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
V
call
(
A1
arg1)
Computes a result, or throws an exception if unable to do so.
Method Details
call
V
call
(
A1
arg1)
throws
Exception
Computes a result, or throws an exception if unable to do so.
Returns:
computed result
Throws:
Exception
- if unable to compute a result