-
A
RuntimeException
indicating that an error has occurred in code in this package.
A creator and destroyer of contextual instances of a particular type.
An interface whose implementations can be ranked numerically in descending order (highest rank wins, or comes first).
A
functional interface whose implementations can either
reduce a supplied
List
of elements representing a successful
selection to a single element normally drawn or
calculated from the selection according to some
criteria, or fail gracefully in the face of ambiguity by
invoking a supplied
failure handler.
A
functional interface whose implementations can reduce an unspecified notional
collection of elements to a single element according to some
criteria.
A request for a contextual reference of a particular type, along with functionality to help fulfil the request.
A notional list of elements from which sublists may be selected according to some criteria.