Package com.exedio.cope
Class BindNumberFunction<E extends Number>
java.lang.Object
com.exedio.cope.BindFunction<E>
com.exedio.cope.BindNumberFunction<E>
- All Implemented Interfaces:
Function<E>
,NumberFunction<E>
,Selectable<E>
,Serializable
public final class BindNumberFunction<E extends Number>
extends BindFunction<E>
implements NumberFunction<E>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBindNumberFunction
(NumberFunction<E> function, Join join) Instead of using this constructor directly, you may want to use the convenience methods. -
Method Summary
Methods inherited from class com.exedio.cope.BindFunction
append, appendSelect, check, equals, get, getType, getValueClass, getValueType, hashCode, toString, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.exedio.cope.Function
any, between, equal, equal, equal, get, get, greater, greater, greaterOrEqual, greaterOrEqual, in, in, isNotNull, isNull, less, less, lessOrEqual, lessOrEqual, max, min, notEqual, notEqual
Methods inherited from interface com.exedio.cope.NumberFunction
asString, average, divide, minus, multiply, multiply, plus, plus, sum, sum
Methods inherited from interface com.exedio.cope.Selectable
append, appendSelect, check, getType, getValueClass, getValueType, toString
-
Constructor Details
-
BindNumberFunction
Instead of using this constructor directly, you may want to use the convenience methods.- See Also:
-
-
Method Details
-
bind
Return this. It makes no sense wrapping a BindFunction into another BindFunction, because the inner BindFunction "wins".
-