Class GenericUtil

java.lang.Object
com.blamejared.crafttweaker.api.util.GenericUtil

public class GenericUtil extends Object
  • Constructor Details

    • GenericUtil

      public GenericUtil()
  • Method Details

    • uncheck

      public static <T> T uncheck(Object o)
    • uncheckFunc

      public static <T, U, V> Function<U,T> uncheckFunc(Function<U,V> func)