Schnittstelle IAdapterFactory<A>
- Typparameter:
A
- is the type of the adapters aIAdapterFactory
creates.
public interface IAdapterFactory<A>
- Version:
- 2025-02-07
- Autor:
- Silvan Wyss
-
Methodenübersicht
-
Methodendetails
-
createAdapter
A createAdapter()- Gibt zurück:
- a new adapter.
-