Interface EventSeq<A>

  • All Known Implementing Classes:
    EmptyEventSeq$

    public interface EventSeq<A>
    • Method Detail

      • events

        scala.collection.immutable.Seq<A> events()
      • isEmpty

        boolean isEmpty()
      • nonEmpty

        boolean nonEmpty()
      • size

        int size()