Uses of Interface
org.omnifaces.util.FunctionalInterfaces.SerializableSupplier
Packages that use FunctionalInterfaces.SerializableSupplier
-
Uses of FunctionalInterfaces.SerializableSupplier in org.omnifaces.el
Methods in org.omnifaces.el that return FunctionalInterfaces.SerializableSupplierModifier and TypeMethodDescriptionReadOnlyValueExpression.getCallback()Returns the functional interface that will be called when the value expression is resolvedMethods in org.omnifaces.el with parameters of type FunctionalInterfaces.SerializableSupplierModifier and TypeMethodDescriptionvoidReadOnlyValueExpression.setCallback(FunctionalInterfaces.SerializableSupplier<Object> callback) Sets the functional interface that will be called when the value expression is resolvedConstructors in org.omnifaces.el with parameters of type FunctionalInterfaces.SerializableSupplierModifierConstructorDescriptionReadOnlyValueExpression(Class<?> expectedType, FunctionalInterfaces.SerializableSupplier<Object> callback) Construct a read only value expression.