Interface CoreAssertions.IterableSupplier<ELEMENT>

  • All Superinterfaces:
    java.util.function.Supplier<java.lang.Iterable<? extends ELEMENT>>
    Enclosing class:
    CoreAssertions

    public static interface CoreAssertions.IterableSupplier<ELEMENT>
    extends java.util.function.Supplier<java.lang.Iterable<? extends ELEMENT>>
    • Method Summary

      • Methods inherited from interface java.util.function.Supplier

        get