| Package | Description |
|---|---|
| com.alee.api.jdk | |
| com.alee.utils.swing |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SerializableBiPredicate<T,U>
BiPredicate marked as Serializable. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
WeakComponentDataList.allDataMatch(BiPredicate<C,E> predicate)
Returns whether or not all of the stored data pieces are accepted by specified
BiPredicate. |
boolean |
WeakComponentDataList.allDataMatch(C component,
BiPredicate<C,E> predicate)
Returns whether or not all of the data pieces stored for specified
JComponent are accepted by BiPredicate. |
boolean |
WeakComponentData.allMatch(BiPredicate<C,D> predicate)
Returns whether or not all of the stored data pieces are accepted by specified
BiPredicate. |
boolean |
WeakComponentDataList.anyDataMatch(BiPredicate<C,E> predicate)
Returns whether or not at least one of the stored data pieces is accepted by specified
BiPredicate. |
boolean |
WeakComponentDataList.anyDataMatch(C component,
BiPredicate<C,E> predicate)
Returns whether or not at least one of the data pieces stored for specified
JComponent is accepted by BiPredicate. |
boolean |
WeakComponentData.anyMatch(BiPredicate<C,D> predicate)
Returns whether or not at least one of the stored data pieces is accepted by specified
BiPredicate. |
boolean |
WeakComponentDataList.noneDataMatch(BiPredicate<C,E> predicate)
Returns whether or not none of the stored data pieces are accepted by specified
BiPredicate. |
boolean |
WeakComponentDataList.noneDataMatch(C component,
BiPredicate<C,E> predicate)
Returns whether or not none of the data pieces stored for specified
JComponent are accepted by BiPredicate. |
boolean |
WeakComponentData.noneMatch(BiPredicate<C,D> predicate)
Returns whether or not none of the stored data pieces are accepted by specified
BiPredicate. |
Copyright © 2020. All rights reserved.