Uses of Interface
com.vaadin.server.SerializableBiFunction
-
Packages that use SerializableBiFunction Package Description com.vaadin.data.provider -
-
Uses of SerializableBiFunction in com.vaadin.data.provider
Methods in com.vaadin.data.provider with parameters of type SerializableBiFunction Modifier and Type Method Description default <Q,C>
ConfigurableFilterDataProvider<T,Q,C>DataProvider. withConfigurableFilter(SerializableBiFunction<Q,C,F> filterCombiner)
Wraps this data provider to create a data provider that supports programmatically setting a filter that will be combined with a filter provided through the query.
-