Package com.vaadin.flow.function
package com.vaadin.flow.function
-
ClassDescriptionContent 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> ABiFunction
that is alsoSerializable
.ABiPredicate
that is alsoSerializable
.AComparator
that is alsoSerializable
.AConsumer
that is alsoSerializable
.Event listener interface that is serializable.SerializableFunction<T,R> AFunction
that is alsoSerializable
.APredicate
that is alsoSerializable
.ARunnable
that is alsoSerializable
.ASupplier
that is alsoSerializable
.SerializableTriConsumer<T,U, V> LikeSerializableBiConsumer
, but with three arguments.Represents Vaadin web application initialization bootstrap.ValueProvider<SOURCE,TARGET> A callback interface for providing values from a given source.