Package org.skriptlang.skript.lang.arithmetic
package org.skriptlang.skript.lang.arithmetic
-
ClassDescriptionDifferenceInfo<T,
R> Operation<L,R, T> Represents a pure binary operation that takes two operands of typesLandR, performs a calculation, and returns a result of typeT.OperationInfo<L,R, T>