- checkArgument(boolean) - Static method in class org.starchartlabs.alloy.core.Preconditions
-
Ensures the truth of an expression involving one or more parameters to the calling method.
- checkArgument(boolean, Object) - Static method in class org.starchartlabs.alloy.core.Preconditions
-
Ensures the truth of an expression involving one or more parameters to the calling method.
- checkArgument(boolean, Supplier<String>) - Static method in class org.starchartlabs.alloy.core.Preconditions
-
Ensures the truth of an expression involving one or more parameters to the calling method.
- checkState(boolean) - Static method in class org.starchartlabs.alloy.core.Preconditions
-
Ensures the truth of an expression involving one or more parameters to the calling method.
- checkState(boolean, Object) - Static method in class org.starchartlabs.alloy.core.Preconditions
-
Ensures the truth of an expression involving one or more parameters to the calling method.
- checkState(boolean, Supplier<String>) - Static method in class org.starchartlabs.alloy.core.Preconditions
-
Ensures the truth of an expression involving one or more parameters to the calling method.
- commonPrefix(CharSequence, CharSequence) - Static method in class org.starchartlabs.alloy.core.Strings
-
- commonSuffix(CharSequence, CharSequence) - Static method in class org.starchartlabs.alloy.core.Strings
-