T - the type of the object argument to the operationI - intermediate helper / processor@FunctionalInterface public interface ObjBooleanTriConsumer<T,I>
boolean-valued argument, and returns no result. This is the
(reference, boolean) specialization of BiConsumer.
Unlike most other functional interfaces, ObjBooleanConsumer is
expected to operate via side-effects.
This is a functional interface
whose functional method is accept(Object, Object, boolean).
| Modifier and Type | Method and Description |
|---|---|
void |
accept(T t,
I intermediate,
boolean value)
Performs this operation on the given arguments.
|
Copyright © 2022 Media Skjolberg. All rights reserved.