|
Spec-Zone .ru
спецификации, руководства, описания, API
|
T - Type of reference argument to accept().@FunctionalInterface public interface ObjLongConsumer<T>
(reference, long) specialization of
BiConsumer. Unlike most other functional interfaces,
ObjLongConsumer is expected to operate via side-effects.BiConsumer| Modifier and Type | Method and Description |
|---|---|
void |
accept(T t,
long value)
Accept a set of input values.
|
void accept(T t, long value)
t - an input objectvalue - an input value
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 ea-b92