Interface ValueBinding<T>

Type Parameters:
T - the value produced by the Binding
All Superinterfaces:
Binding<T>

public interface ValueBinding<T> extends Binding<T>
A Binding that produces the same non-null value when requested.
Since:
Oct-2024
Author:
brian.oliver
  • Method Details