@FunctionalInterface public interface ObjectLongProcedure<T> extends ObjLongConsumer<T>, Serializable
| Modifier and Type | Method and Description |
|---|---|
default void |
accept(T each,
long parameter) |
void |
value(T each,
long parameter) |
void value(T each, long parameter)
default void accept(T each, long parameter)
accept in interface ObjLongConsumer<T>Copyright © 2004–2023. All rights reserved.