| Package | Description |
|---|---|
| org.stjs.javascript |
| Modifier and Type | Method and Description |
|---|---|
void |
Array.$forEach(Callback1<V> callback)
this method does exactly as
Array.forEach(Callback1), but allows in java 8 the usage of lambda easily as the forEach method overloads
the method from the new Iterable interface. |
static <P1> void |
JSFunctionAdapter.call(Callback1<P1> function,
Object receiver,
P1 p1) |
void |
Array.forEach(Callback1<V> callback) |
Copyright © 2015. All Rights Reserved.