Package gw.internal.gosu.parser
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 Vcall(A1 arg1)Computes a result, or throws an exception if unable to do so.
-