Search
Queryable(T).aggregate Method
See Also
 






Namespace: com.mindfusion.common
File: com.mindfusion.common

 Syntax

Java  Copy Code

public T aggregate (
    BiFunction<T, T, T> func
)

 Parameters

func

 Return Value

 See Also