Class ArrayThat

  • All Implemented Interfaces:
    Quality<java.lang.Object>

    public final class ArrayThat
    extends QualityComposition<java.lang.Object>
    • Constructor Summary

      Constructors 
      Constructor Description
      ArrayThat​(Quality<? super java.lang.Iterable<T>> delegate)
      A Quality of an array that, when iterated, has the given Iterable Quality.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ArrayThat

        public ArrayThat​(Quality<? super java.lang.Iterable<T>> delegate)
        A Quality of an array that, when iterated, has the given Iterable Quality.