@comunica/actor-function-factory-expression-logical-and
Version:
A expression-logical-and function-factory actor
9 lines (8 loc) • 351 B
TypeScript
import { ExpressionFunctionBase } from '@comunica/bus-function-factory';
/**
* https://www.w3.org/TR/sparql11-query/#func-logical-and
* This function doesn't require type promotion or subtype-substitution, everything works on TermExpression
*/
export declare class ExpressionFunctionLogicalAnd extends ExpressionFunctionBase {
constructor();
}