public class BufferedOutletExtended.ElementAndTrigger
extends java.lang.Object
implements scala.Product, java.io.Serializable
Constructor and Description |
---|
ElementAndTrigger(T element,
scala.Function0<scala.runtime.BoxedUnit> trigger) |
Modifier and Type | Method and Description |
---|---|
abstract static R |
apply(T1 v1,
T2 v2) |
T |
element() |
static java.lang.String |
toString() |
scala.Function0<scala.runtime.BoxedUnit> |
trigger() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ElementAndTrigger(T element, scala.Function0<scala.runtime.BoxedUnit> trigger)
public abstract static R apply(T1 v1, T2 v2)
public static java.lang.String toString()
public T element()
public scala.Function0<scala.runtime.BoxedUnit> trigger()