Interface WorldBankTopicApi

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 WorldBankTopicApi
The Interface WorldBankTopicApi.
  • Method Summary

    Modifier and Type
    Method
    Description
    List<com.hack23.cia.model.external.worldbank.topic.impl.TopicElement>
    Gets the topics.
  • Method Details