public abstract class CheckedObjectIntProcedure<T> extends Object implements org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure<T>
| Constructor and Description |
|---|
CheckedObjectIntProcedure() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
safeValue(T object,
int index) |
void |
value(T object,
int index) |
Copyright © 2004–2018. All rights reserved.