Package com.exedio.cope
Class PlusView<E extends Number>
- java.lang.Object
-
- com.exedio.cope.Feature
-
- com.exedio.cope.View<E>
-
- com.exedio.cope.NumberView<E>
-
- com.exedio.cope.PlusView<E>
-
- All Implemented Interfaces:
Function<E>
,NumberFunction<E>
,Selectable<E>
,Serializable
public final class PlusView<E extends Number> extends NumberView<E>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PlusView(NumberFunction[] addends)
Deprecated.UsePlusView(Function[])
instead.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
append(com.exedio.cope.Statement bf, Join join)
Deprecated.com.exedio.cope.SelectType<E>
getValueType()
E
mapJava(Object[] sourceValues)
static <E extends Number>
PlusView<E>plus(Function<E> addend1, Function<E> addend2)
static <E extends Number>
PlusView<E>plus(Function<E> addend1, Function<E> addend2, Function<E> addend3)
-
Methods inherited from class com.exedio.cope.View
appendSelect, check, equals, get, get, getObject, getSources, getType, getValueClass, hashCode
-
Methods inherited from class com.exedio.cope.Feature
afterModelCreated, getAbstractType, getAnnotation, getID, getLocalizationKeys, getName, getPattern, isAnnotationPresent, isSourceAlready, mount, readResolve, requireMounted, toString, toString, writeReplace
-
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, bind, divide, minus, multiply, multiply, plus, plus, sum, sum
-
Methods inherited from interface com.exedio.cope.Selectable
appendSelect, check, getType, getValueClass, toString
-
-
-
-
Constructor Detail
-
PlusView
@Deprecated public PlusView(NumberFunction[] addends)
Deprecated.UsePlusView(Function[])
instead.
-
-
Method Detail
-
plus
public static <E extends Number> PlusView<E> plus(Function<E> addend1, Function<E> addend2, Function<E> addend3)
-
getValueType
public com.exedio.cope.SelectType<E> getValueType()
-
append
@Deprecated public void append(com.exedio.cope.Statement bf, Join join)
Deprecated.
-
-