public final class $Gson$Preconditions
extends java.lang.Object
public long divideBy(long value) { Preconditions.checkArgument(value != 0); return this.value / value; }
Modifier and Type | Method and Description |
---|---|
static void |
checkArgument(boolean condition) |
static <T> T |
checkNotNull(T obj) |