Class Preconditions
- java.lang.Object
-
- com.github.filosganga.geogson.util.Preconditions
-
public class Preconditions extends Object
-
-
Constructor Summary
Constructors Constructor Description Preconditions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> TcheckArgument(T argument, Function<T,Boolean> predicate, Object errorMessage)static <T> TcheckNotNull(T argument)static <T> TcheckNotNull(T argument, Object errorMessage)
-