Package org.skriptlang.skript.lang.arithmetic


package org.skriptlang.skript.lang.arithmetic
  • Class
    Description
     
     
    Operation<L,R,T>
    Represents a pure binary operation that takes two operands of types L and R, performs a calculation, and returns a result of type T.