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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BindNumberFunction(NumberFunction<E> function, Join join)
Instead of using this constructor directly, you may want to use the convenience methods.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BindNumberFunction<E>
bind(Join join)
Return this.-
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 Detail
-
BindNumberFunction
public BindNumberFunction(NumberFunction<E> function, Join join)
Instead of using this constructor directly, you may want to use the convenience methods.- See Also:
NumberFunction.bind(Join)
-
-
Method Detail
-
bind
public BindNumberFunction<E> bind(Join join)
Return this. It makes no sense wrapping a BindFunction into another BindFunction, because the inner BindFunction "wins".
-
-