Interface Operations<T>
-
- Type Parameters:
T- the operable object type
- All Known Subinterfaces:
CollectionOperations<V,C>
- All Known Implementing Classes:
MapOperations,SetOperations
public interface Operations<T>Defines operations for creating and copying an operable object.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UnaryOperator<T>getCopier()Supplier<T>getFactory()Predicate<T>isEmpty()
-