Class AssociativeFunction

java.lang.Object
com.aquima.interactions.foundation.functions.AssociativeFunction
All Implemented Interfaces:
IListFunction
Direct Known Subclasses:
Difference, Intersection, Union

public abstract class AssociativeFunction extends Object implements IListFunction
Base class for functions that are associative (swapping left and right argument has no effect on the result).
Since:
5.0
Author:
O. Kerpershoek