Class BufferedOutletExtended.ElementAndTrigger

java.lang.Object
akka.http.impl.engine.http2.BufferedOutletExtended.ElementAndTrigger
All Implemented Interfaces:
Serializable, scala.Equals, scala.Product
Enclosing class:
BufferedOutletExtended<T>

public class BufferedOutletExtended.ElementAndTrigger extends Object implements scala.Product, Serializable
See Also:
  • Constructor Summary

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

    Modifier and Type
    Method
    Description
    abstract static R
    apply(T1 v1, T2 v2)
     
     
    static String
     
    scala.Function0<scala.runtime.BoxedUnit>
     

    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 Details

    • ElementAndTrigger

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

    • apply

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

      public static String toString()
    • element

      public T element()
    • trigger

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