Interface PsyMultiplicative<T extends PsyMultiplicative>

Type Parameters:
T - a type of the second operand at binary operation.
All Superinterfaces:
PsyObject
All Known Subinterfaces:
PsyArithmetic<T>, PsyIntegral, PsyNumeric, PsyRational, PsyRealNumeric
All Known Implementing Classes:
PsyBigFraction, PsyBigInteger, PsyComplex, PsyFraction, PsyInteger, PsyReal

@Type("multiplicative") public interface PsyMultiplicative<T extends PsyMultiplicative> extends PsyObject
The representation of multiplicative, a type of object that is an operand of multiplicative operation. This interface declares methods for multiplication, division.