Interface IScopeGetter<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 IScopeGetter<Holder,Scope>
Getter for the scope of an object.- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Scope
getScope(Holder object)
Gets the scope of an object.
-