| Package | Description |
|---|---|
| org.rexxla.bsf.engines.rexx |
| Modifier and Type | Method and Description |
|---|---|
Supplier |
Supplier.supplier()
Returns the Supplier object itself.
|
Supplier |
ArrayWrapper.supplier()
Creates a supplier object for allowing to enumerate the array together with
the appropriate indices (Java style: index starts with
0 and is
enclosed in square brackets). |
Supplier |
ArrayWrapper.supplier(boolean bRexxStyle)
Creates a supplier object for allowing to enumerate the array together with
the appropriate indices.
|