Class Difference
- java.lang.Object
-
- com.aquima.interactions.foundation.functions.AssociativeFunction
-
- com.aquima.interactions.foundation.functions.Difference
-
- All Implemented Interfaces:
IListFunction
public class Difference extends AssociativeFunction
This class implements the difference function for various range, list and value combinations.- Since:
- 5.0
- Author:
- O. Kerpershoek
-
-
Constructor Summary
Constructors Constructor Description Difference()
-
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)
-
-