Interface EventSeq<A>
- All Known Implementing Classes:
EmptyEventSeq$
public interface EventSeq<A>
-
Method Summary
-
Method Details
-
events
scala.collection.immutable.Seq<A> events() -
isEmpty
boolean isEmpty() -
nonEmpty
boolean nonEmpty() -
size
int size()
-