public interface BoolFunction extends ServerSideFunction
BoolFunctionClause| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluate(List args)
Evaluates the function using the argument list given.
|
checkArgs, getNameboolean evaluate(List args) throws DAP2ServerSideException
DAP2ServerSideException - Thrown if the function
cannot evaluate successfully. The exact type of exception is up
to the author of the server-side function.Copyright © 1999-2013 OPeNDAP. All Rights Reserved.