Class Each<T>

  • All Implemented Interfaces:
    Quality<java.lang.Iterable<T>>

    public final class Each<T>
    extends QualityComposition<java.lang.Iterable<T>>
    • Constructor Summary

      Constructors 
      Constructor Description
      Each​(java.lang.Iterable<? extends Quality<? super T>> delegates)  
      Each​(Quality<? super T> delegate)  
      Each​(Quality<? super T>... delegates)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Each

        @SafeVarargs
        public Each​(Quality<? super T>... delegates)
      • Each

        public Each​(java.lang.Iterable<? extends Quality<? super T>> delegates)
      • Each

        public Each​(Quality<? super T> delegate)