Class Unboxing

java.lang.Object
com.hrznstudio.titanium.util.Unboxing

public class Unboxing extends Object
  • Constructor Details

    • Unboxing

      public Unboxing()
  • Method Details

    • safelyUnbox

      public static long safelyUnbox(@Nullable Long l)
    • safelyUnbox

      public static int safelyUnbox(@Nullable Integer i)
    • safelyUnbox

      public static double safelyUnbox(@Nullable Double d)
    • safelyUnbox

      public static boolean safelyUnbox(@Nullable Boolean b)
    • safelyUnbox

      public static short safelyUnbox(@Nullable Short s)
    • safelyUnbox

      public static float safelyUnbox(@Nullable Float f)