Schnittstelle IAdapterFactory<A>

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

public interface IAdapterFactory<A>
Version:
2025-02-07
Autor:
Silvan Wyss
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
     
  • Methodendetails

    • createAdapter

      A createAdapter()
      Gibt zurück:
      a new adapter.