Interface LockingObjectReference.LockedObjectAction<T>
- 
- Type Parameters:
 T- The object type
- Enclosing class:
 - LockingObjectReference<T>
 
- Functional Interface:
 - This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
 
@FunctionalInterface public static interface LockingObjectReference.LockedObjectAction<T>
The interface to be implemented by any locked object actions 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaccept(T object)The action to take for locking the object 
 -