Package org.skriptlang.skript.lang.arithmetic
package org.skriptlang.skript.lang.arithmetic
-
ClassDescriptionUtility class for managing arithmetic operations.DifferenceInfo<T,
R> Represents operation for calculating a "difference" between two values of the same type.Operation<L,R, T> Represents a pure binary operation that takes two operands of typesL
andR
, performs a calculation, and returns a result of typeT
.OperationInfo<L,R, T> Represents a binary operation including information about the types of its operands and its return type.Represents an operator used in expressions.