Interface ConverterOption<T>

All Known Implementing Classes:
AbstractConverterOption, MultivalueConverterOption, SingleConverterOption

public interface ConverterOption<T>
  • Method Details

    • getKey

      OptionKey getKey()
    • getValue

      T getValue()
    • eval

      <R> R eval​(Function<T,​R> function)
    • matchesValue

      <V> boolean matchesValue​(V value)