Uses of Class
com.guinetik.hexafun.hexa.AdapterKey
Packages that use AdapterKey
-
Uses of AdapterKey in com.guinetik.hexafun
Methods in com.guinetik.hexafun with parameters of type AdapterKeyModifier and TypeMethodDescription<From,To> To HexaApp.adapt(AdapterKey<From, To> key, From input) Adapt a value using a type-safe adapter key.booleanHexaApp.hasAdapter(AdapterKey<?, ?> key) Check if an adapter is registered for the given key.<From,To> HexaApp HexaApp.withAdapter(AdapterKey<From, To> key, Function<From, To> adapter) Register an adapter with a type-safe key. -
Uses of AdapterKey in com.guinetik.hexafun.hexa
Methods in com.guinetik.hexafun.hexa that return AdapterKeyModifier and TypeMethodDescriptionstatic <From,To> AdapterKey<From, To> Create a new type-safe adapter key.Methods in com.guinetik.hexafun.hexa with parameters of type AdapterKeyModifier and TypeMethodDescription<From,To> UseCaseBuilder UseCaseBuilder.withAdapter(AdapterKey<From, To> key, Function<From, To> adapter) Register an adapter with a type-safe key.