You can buy this project and download/modify it how often you want.
package org.odata4j.expression; /** /(:) */ public interface AggregateBoolFunction extends BoolCommonExpression { CommonExpression getSource(); // .NET docs use this terminology String getVariable(); BoolCommonExpression getPredicate(); ExpressionParser.AggregateFunction getFunctionType(); }