Uses of Interface
com.vaadin.flow.function.SerializableBiFunction
Packages that use SerializableBiFunction
-
Uses of SerializableBiFunction in com.vaadin.flow.component
Constructors in com.vaadin.flow.component with parameters of type SerializableBiFunctionModifierConstructorDescriptionAbstractSinglePropertyField(String propertyName, T defaultValue, Class<P> elementPropertyType, SerializableBiFunction<C, P, T> presentationToModel, SerializableBiFunction<C, T, P> modelToPresentation) Creates a new field that uses a property value with the given contextual converters for producing a model value.