Interface TypeSafeSourceGetter<S,P>

Type Parameters:
S - source type
P - property type
All Known Subinterfaces:
SourceGetter<S>

public interface TypeSafeSourceGetter<S,P>
Represents an operation for getting a property from source
  • Method Summary

    Modifier and Type
    Method
    Description
    get(S source)
    Performs this operation to get a property from source
  • Method Details

    • get

      P get(S source)
      Performs this operation to get a property from source
      Parameters:
      source - the source instance
      Returns:
      the property from source