Interface PerceptionIterable<H extends Headway>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      H first()
      Returns the first element.
      boolean isEmpty()
      Returns whether this iterable is empty.
      • Methods inherited from interface java.lang.Iterable

        forEach, iterator, spliterator
    • Method Detail

      • first

        H first()
        Returns the first element.
        Returns:
        H; first element
      • isEmpty

        boolean isEmpty()
        Returns whether this iterable is empty.
        Returns:
        whether this iterable is empty