Package org.databene.commons.operation

Class Summary
AndOperation Combines boolean arguments with an 'and' condition ignoring null arguments.
ArrayIntersectionOperation<E> Determines the elements common to all array arguments.
ComparableWrapper<E> Wraps a data object with a helper object that can be compared independently of the data object.
FirstArgSelector<E> Returns the first argument as the operation result.
FirstNonNullSelector<E> Returns the first non-null argument as the operation result.
MaxNumberStringOperation Returns the maximum value of several number literals.
MaxOperation<E> Returns the minimum of two values.
MinNumberStringOperation Returns the maximum value of several number literals.
MinOperation<E> Returns the minimum of two values.
OrOperation Combines boolean arguments with an 'and' condition ignoring null arguments.
 



Copyright © 2010. All Rights Reserved.