Class Intersection
- java.lang.Object
-
- com.aquima.interactions.foundation.functions.AssociativeFunction
-
- com.aquima.interactions.foundation.functions.Intersection
-
- All Implemented Interfaces:
IListFunction
public class Intersection extends AssociativeFunction
This class implements the intersection function for various range, list and value combinations.- Since:
- 5.0
- Author:
- O. Kerpershoek
-
-
Constructor Summary
Constructors Constructor Description Intersection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IListValue
process(IListValue first, IListValue second)
IListValue
process(IRangeValue first, IListValue second)
IListValue
process(IRangeValue first, IRangeValue second)
IListValue
process(ISingleValue first, IListValue second)
IListValue
process(ISingleValue first, IRangeValue second)
IListValue
process(ISingleValue first, ISingleValue second)
-
Methods inherited from class com.aquima.interactions.foundation.functions.AssociativeFunction
process, process, process
-
-
-
-
Method Detail
-
process
public IListValue process(ISingleValue first, ISingleValue second)
-
process
public IListValue process(ISingleValue first, IRangeValue second)
-
process
public IListValue process(ISingleValue first, IListValue second)
-
process
public IListValue process(IRangeValue first, IRangeValue second)
-
process
public IListValue process(IRangeValue first, IListValue second)
-
process
public IListValue process(IListValue first, IListValue second)
-
-