com.basho.riak.client.query.functions
Class JSSourceFunction
java.lang.Object
com.basho.riak.client.query.functions.JSSourceFunction
- All Implemented Interfaces:
- AnonymousFunction, Function
public class JSSourceFunction
- extends Object
- implements AnonymousFunction
An anonymous JavaScript function.
- Author:
- russell
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JSSourceFunction
public JSSourceFunction(String source)
- JavaScript code.
- Parameters:
source
-
getSource
public String getSource()
- Returns:
- the source
Copyright © 2012. All Rights Reserved.