Package play.libs

Class F.EventStream<T>

  • Enclosing class:
    F

    public static class F.EventStream<T>
    extends java.lang.Object
    • Constructor Detail

      • EventStream

        public EventStream()
      • EventStream

        public EventStream​(int maxBufferSize)
    • Method Detail

      • publish

        public void publish​(T event)