Class QueryEvery
java.lang.Object
ortus.boxlang.runtime.bifs.BIF
ortus.boxlang.runtime.bifs.global.query.QueryEvery
-
Field Summary
Fields inherited from class ortus.boxlang.runtime.bifs.BIF
__functionName, __isMemberExecution, asyncService, cacheService, componentService, declaredArguments, functionService, interceptorService, runtime -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription_invoke(IBoxContext context, ArgumentsScope arguments) Executes a callback/closure against every row in a query and returns true if the callback/closure returned true for every row.Methods inherited from class ortus.boxlang.runtime.bifs.BIF
announce, getDeclaredArguments, invoke
-
Constructor Details
-
QueryEvery
public QueryEvery()Constructor
-
-
Method Details
-
_invoke
Executes a callback/closure against every row in a query and returns true if the callback/closure returned true for every row.
-