java.lang.Object
com.sportradar.livedata.sdk.common.classes.DevHelper

public class DevHelper extends Object
A helper class containing method used to help the development process
  • Constructor Details

    • DevHelper

      public DevHelper()
  • Method Details

    • isDebuggerAttached

      public static boolean isDebuggerAttached()
    • ofType

      public static <T, D extends T> List<D> ofType(List<? extends T> list, Class<D> type)