Interface RecordIterable

All Superinterfaces:
AutoCloseable, Iterable<Record>

@Deprecated(forRemoval=true, since="6.1.3") public interface RecordIterable extends AutoCloseable, Iterable<Record>
Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from interface java.lang.Iterable

    forEach, iterator, spliterator
  • Method Details

    • close

      void close()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      close in interface AutoCloseable