Interface AzureFormInput.AzureValueChangeBiListener<T>
-
- All Superinterfaces:
AzureFormInput.AzureValueChangeListener<T>,java.util.function.Consumer<T>
- Enclosing interface:
- AzureFormInput<T>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface AzureFormInput.AzureValueChangeBiListener<T> extends AzureFormInput.AzureValueChangeListener<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default voidaccept(T t)voidaccept(T value, T previous)
-