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 an property from source
    • Method Detail

      • get

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