Interface ISelectionStrategy


  • public interface ISelectionStrategy
    A strategy to select a converter from several available converters.
    • Method Detail

      • select

        IConverter select​(List<IConverter> converters)
        Selects the next converter.
        Parameters:
        converters - The currently available converters with at least on converter available.
        Returns:
        The converter that was selected.