We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.flow.function.
Package com.vaadin.flow.function
package com.vaadin.flow.function
-
InterfacesClassDescription
Content type resolver.
A collection of properties configured at deploy time as well as a way of accessing third party properties not explicitly supported by this class.
A
BiConsumer
that is alsoSerializable
.SerializableBiFunction<T,U, R> A
BiFunction
that is alsoSerializable
.A
BiPredicate
that is alsoSerializable
.A
Comparator
that is alsoSerializable
.A
Consumer
that is alsoSerializable
.Event listener interface that is serializable.
SerializableFunction<T,R> A
Function
that is alsoSerializable
.A
Predicate
that is alsoSerializable
.A
Runnable
that is alsoSerializable
.A
Supplier
that is alsoSerializable
.SerializableTriConsumer<T,U, V> Like
SerializableBiConsumer
, but with three arguments.Represents Vaadin web application initialization bootstrap.
ValueProvider<SOURCE,TARGET> A callback interface for providing values from a given source.