@FunctionalInterface public interface ObjectBooleanPredicate<T> extends Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(T object,
boolean value) |
boolean accept(T object, boolean value)
Copyright © 2004–2021. All rights reserved.