@FunctionalInterface public interface LongBlock
long
input value. The operation may modify
external state.
This is the primitive type specialization of Block
for
long
and also may be used as a Block<Long>
.Modifier and Type | Method and Description |
---|---|
void |
accept(long t)
Use the
long input value in an operation which may modify
external state. |
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2013, Oracle and/or its affiliates. All rights reserved.
DRAFT internal-0