Interface Operations<T>
-
- Type Parameters:
T- the operable object type
- All Superinterfaces:
Function<T,T>,Supplier<T>,UnaryOperator<T>
- All Known Implementing Classes:
ConcurrentMapOperations,ConcurrentSetOperations,CopyOnWriteMapOperations,CopyOnWriteSetOperations
public interface Operations<T> extends UnaryOperator<T>, Supplier<T>
Defines operations for creating and copying an operable object.- Author:
- Paul Ferraro