Interface GenericChartDataManager<T>

Type Parameters:
T - the generic type
All Known Implementing Classes:
ViewRiksdagenVoteDataBallotPartySummaryChartDataManagerImpl, ViewRiksdagenVoteDataBallotPoliticianSummaryChartDataManagerImpl, ViewRiksdagenVoteDataBallotPoliticianSummaryDailyChartDataManagerImpl
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 GenericChartDataManager<T>
The Interface GenericChartDataManager.
  • Method Summary

    Modifier and Type
    Method
    Description
    Find by value.
  • Method Details

    • findByValue

      List<T> findByValue(String value)
      Find by value.
      Parameters:
      value - the value
      Returns:
      the list