Package akka.http.impl.engine.http2
Class BufferedOutletExtended.ElementAndTrigger
- java.lang.Object
-
- akka.http.impl.engine.http2.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()
-
-
-
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()
-
-