Class ConsumingContainer<T>
- java.lang.Object
-
- org.processmining.specpp.componenting.delegators.ConsumingContainer<T>
-
-
Constructor Summary
Constructors Constructor Description ConsumingContainer(java.util.function.Consumer<T> consumer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddContent(T content)booleanisEmpty()booleanisFull()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.processmining.specpp.componenting.delegators.Container
isNonEmpty
-
-