Class BufferedOutletExtended.ElementAndTrigger

  • All Implemented Interfaces:
    java.io.Serializable, scala.Equals, scala.Product
    Enclosing class:
    BufferedOutletExtended<T>

    public class BufferedOutletExtended.ElementAndTrigger
    extends java.lang.Object
    implements scala.Product, java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ElementAndTrigger​(T element, scala.Function0<scala.runtime.BoxedUnit> trigger)  
    • Method Summary

      All Methods Static Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      abstract static R apply​(T1 v1, T2 v2)  
      T element()  
      static java.lang.String toString()  
      scala.Function0<scala.runtime.BoxedUnit> trigger()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface scala.Equals

        canEqual, equals
      • Methods inherited from interface scala.Product

        productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
    • Constructor Detail

      • ElementAndTrigger

        public ElementAndTrigger​(T element,
                                 scala.Function0<scala.runtime.BoxedUnit> trigger)
    • Method Detail

      • apply

        public abstract static R apply​(T1 v1,
                                       T2 v2)
      • toString

        public static java.lang.String toString()
      • element

        public T element()
      • trigger

        public scala.Function0<scala.runtime.BoxedUnit> trigger()