Interface IDataSource<T>

All Superinterfaces:
IClusterable, Serializable

public interface IDataSource<T> extends IClusterable
Simple data source
Author:
miha
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • load

      List<T> load()
      Returns:
      a list of data of type T