- 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(T, Predicate<T>) - Static method in class org.starchartlabs.alloy.core.Preconditions
-
Evaluates a value against a provided Predicate expression
- 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(T, Predicate<T>, Object) - Static method in class org.starchartlabs.alloy.core.Preconditions
-
Evaluates a value against a provided Predicate expression
- 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.
- checkArgument(T, Predicate<T>, Supplier<String>) - Static method in class org.starchartlabs.alloy.core.Preconditions
-
Evaluates a value against a provided Predicate expression
- checkArgument(boolean, String, 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(T, Predicate<T>, String, Object...) - Static method in class org.starchartlabs.alloy.core.Preconditions
-
Evaluates a value against a provided Predicate expression
- 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(T, Predicate<T>) - Static method in class org.starchartlabs.alloy.core.Preconditions
-
Evaluates a value against a provided Predicate expression
- 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(T, Predicate<T>, Object) - Static method in class org.starchartlabs.alloy.core.Preconditions
-
Evaluates a value against a provided Predicate expression
- 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.
- checkState(T, Predicate<T>, Supplier<String>) - Static method in class org.starchartlabs.alloy.core.Preconditions
-
Evaluates a value against a provided Predicate expression
- checkState(boolean, String, 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(T, Predicate<T>, String, Object...) - Static method in class org.starchartlabs.alloy.core.Preconditions
-
Evaluates a value against a provided Predicate expression
- commonPrefix(CharSequence, CharSequence) - Static method in class org.starchartlabs.alloy.core.Strings
-
- commonSuffix(CharSequence, CharSequence) - Static method in class org.starchartlabs.alloy.core.Strings
-
- Comparators - Class in org.starchartlabs.alloy.core
-
Provides methods for streamlining and reducing boilerplate in relation to use of Comparator instances