public abstract class Foreach<T> extends japi.UnitFunctionBridge<T>
SAM (Single Abstract Method) class Java API
Constructor and Description |
---|
Foreach() |
Modifier and Type | Method and Description |
---|---|
abstract void |
each(T result)
This method will be invoked once when/if a Future that this callback is registered on
becomes successfully completed
|
void |
internal(T t) |
apply
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
$init$, andThen, apply$mcDD$sp, apply$mcDF$sp, apply$mcDI$sp, apply$mcDJ$sp, apply$mcFD$sp, apply$mcFF$sp, apply$mcFI$sp, apply$mcFJ$sp, apply$mcID$sp, apply$mcIF$sp, apply$mcII$sp, apply$mcIJ$sp, apply$mcJD$sp, apply$mcJF$sp, apply$mcJI$sp, apply$mcJJ$sp, apply$mcVD$sp, apply$mcVF$sp, apply$mcVI$sp, apply$mcVJ$sp, apply$mcZD$sp, apply$mcZF$sp, apply$mcZI$sp, apply$mcZJ$sp, compose, toString
public final void internal(T t)
internal
in class japi.UnitFunctionBridge<T>
public abstract void each(T result) throws java.lang.Throwable
result
- (undocumented)java.lang.Throwable