public class Reducer extends Object
| Modifier and Type | Method and Description |
|---|---|
static Reducer |
create(String txt)
Create a new Reducer object
|
org.mozilla.javascript.Function |
getFunction()
Get the actual compiled Rhino function, suitable for execution
|
public static Reducer create(String txt)
txt - The raw reduce JavaScript sourcepublic org.mozilla.javascript.Function getFunction()
Copyright © 2017. All rights reserved.