Interface IScopeSetter<Holder,Scope>
-
- Type Parameters:
Holder
- Type of the object that contains the information.Scope
- Type of the scope of an object.
- All Known Subinterfaces:
IEntityFileSystemBeanAdapter<Entry,Entity,Scope>
,IScopeAccessor<Holder,Scope>
- 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 interface IScopeSetter<Holder,Scope>
Setter for the scope of an object.- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setScope(Holder object, Scope value)
Sets the scope of an object.
-