T
- the type of the input to the operation@FunctionalInterface public static interface HibernateAlertEntityDao.SatiableConsumer<T>
Modifier and Type | Method and Description |
---|---|
boolean |
accept(T value)
Performs this operation on the given argument.
|
boolean accept(T value)
value
- the input argumenttrue
to signal to the producer that no more elements should be produced; otherwise
false
to indicate if the producer has more elements to continue calling accept(Object)
Copyright © 2003–2021 Atlassian. All rights reserved.