Class NotSpec<T>

  • Type Parameters:
    T - The target type for this Spec
    All Implemented Interfaces:
    Spec<T>

    public class NotSpec<T>
    extends Object
    implements Spec<T>
    A Spec implementation which negates another Spec.
    • Constructor Detail

      • NotSpec

        public NotSpec​(Spec<? super T> sourceSpec)
    • Method Detail

      • isSatisfiedBy

        public boolean isSatisfiedBy​(T element)
        Specified by:
        isSatisfiedBy in interface Spec<T>