Class DifferenceInfo<T,R>

java.lang.Object
org.skriptlang.skript.lang.arithmetic.DifferenceInfo<T,R>
Type Parameters:
T - The type of the difference
R - The return type of the difference

public final class DifferenceInfo<T,R> extends Object
  • Constructor Details Link icon

  • Method Details Link icon

    • getType Link icon

      public Class<T> getType()
    • getReturnType Link icon

      public Class<R> getReturnType()
    • getOperation Link icon

      public Operation<T,T,R> getOperation()