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 typesL
andR
, performs a calculation, and returns a result of typeT
.OperationInfo<L,R, T>