Package-level declarations
Types
Link copied to clipboard
sealed class ConfigPredicate<T : Comparable<T>, Op : ConfigPredicate.PredicateOp> : Predicate<T> , Function1<T, Boolean>
An abstract class representing a boolean predicate in the Grader assignment configuration.
Link copied to clipboard
Runtime configuration for various aspects of the grader.
Link copied to clipboard
Marker interface to indicate that the class has additional constraints that can be optionally verified.