Package jline.internal
Class Preconditions
- java.lang.Object
-
- jline.internal.Preconditions
-
public class Preconditions extends java.lang.Object
Preconditions.- Since:
- 2.7
- Author:
- Jason Dillon
-
-
Constructor Summary
Constructors Constructor Description Preconditions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> T
checkNotNull(T reference)
-