public static class BuiltInFunctions.GenerateGFunctionClass
extends java.lang.Object
| Constructor and Description |
|---|
GenerateGFunctionClass() |
| Modifier and Type | Method and Description |
|---|---|
static com.googlecode.aviator.runtime.type.AviatorFunction |
generateGFunction(java.lang.String name,
RoleManager rm)
generateGFunction is the factory method of the g(_, _) function.
|
public static com.googlecode.aviator.runtime.type.AviatorFunction generateGFunction(java.lang.String name,
RoleManager rm)
name - the name of the g(_, _) function, can be "g", "g2", ..rm - the role manager used by the function.Copyright © 2017–2023. All rights reserved.