Package com.linecorp.armeria.common.util
Interface AbstractOption.Factory<T extends AbstractOption<T,U,V>,U extends AbstractOptionValue<U,T,V>,V>
- Type Parameters:
T
- the type of the option.U
- the type of the option value holder.V
- the type of the option value.
- Enclosing class:
- AbstractOption<T extends AbstractOption<T,U,V>,U extends AbstractOptionValue<U,T,V>,V>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
protected static interface AbstractOption.Factory<T extends AbstractOption<T,U,V>,U extends AbstractOptionValue<U,T,V>,V>
Creates a new option instance.
-
Method Summary
-
Method Details
-
get
Returns a newly created option with the specified properties.
-