Package org.spf4j.zel.operators
Interface Operator<A,B,C>
-
- All Known Implementing Classes:
BigDecimalOperators.Add,BigDecimalOperators.Div,BigDecimalOperators.Mod,BigDecimalOperators.Mul,BigDecimalOperators.Pow,BigDecimalOperators.Sub,BigIntegerOperators.Add,BigIntegerOperators.Div,BigIntegerOperators.Mod,BigIntegerOperators.Mul,BigIntegerOperators.Pow,BigIntegerOperators.Sub,DoubleOperators.Add,DoubleOperators.Div,DoubleOperators.Mod,DoubleOperators.Mul,DoubleOperators.Pow,DoubleOperators.Sub,IntegerOperators.Add,IntegerOperators.Div,IntegerOperators.Mod,IntegerOperators.Mul,IntegerOperators.Pow,IntegerOperators.Sub,LongOperators.Add,LongOperators.Div,LongOperators.Mod,LongOperators.Mul,LongOperators.Pow,LongOperators.Sub
public interface Operator<A,B,C>- Author:
- zoly
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classOperator.Enum
-
Field Summary
Fields Modifier and Type Field Description static ThreadLocal<MathContext>MATH_CONTEXT
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Cop(A a, B b)
-
-
-
Field Detail
-
MATH_CONTEXT
static final ThreadLocal<MathContext> MATH_CONTEXT
-
-