Interface IAdapterFactory<A>

Type Parameters:
A - is the type of the adapters a IAdapterFactory creates.

public interface IAdapterFactory<A>
Author:
Silvan Wyss
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • createAdapter

      A createAdapter()
      Returns:
      a new adapter.