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

    Modifier and Type
    Method
    Description
    getScope(Holder object)
    Gets the scope of an object.
  • Method Details

    • getScope

      Scope getScope(Holder object)
      Gets the scope of an object.
      Parameters:
      object - The object that holds the information.
      Returns:
      The scope of an object.