Interface EventSeq<A>

All Known Implementing Classes:
EmptyEventSeq$

public interface EventSeq<A>
  • Method Summary

    Modifier and Type
    Method
    Description
    scala.collection.immutable.Seq<A>
     
    boolean
     
    boolean
     
    int
     
  • Method Details

    • events

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

      boolean isEmpty()
    • nonEmpty

      boolean nonEmpty()
    • size

      int size()