public interface IndexedLongUnaryOperator
long-valued operand
that produces a long-valued result.LongUnaryOperator| Modifier and Type | Interface and Description |
|---|---|
static class |
IndexedLongUnaryOperator.Util |
| Modifier and Type | Method and Description |
|---|---|
long |
applyAsLong(int index,
long operand)
Applies this operator to the given operand.
|
Copyright © 2018. All rights reserved.