Interface CollectionOperations<V,C extends Collection<V>>
-
- All Superinterfaces:
Operations<C>
- All Known Implementing Classes:
SetOperations
public interface CollectionOperations<V,C extends Collection<V>> extends Operations<C>
- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Predicate<C>isEmpty()-
Methods inherited from interface org.wildfly.clustering.ee.cache.function.Operations
getCopier, getFactory
-
-
-
-
Method Detail
-
isEmpty
default Predicate<C> isEmpty()
- Specified by:
isEmptyin interfaceOperations<V>
-
-