Interface Property.PropertyBuilder<T>

  • Enclosing class:
    Property<T>

    public static interface Property.PropertyBuilder<T>
    • Method Detail

      • set

        Property<T> set​(java.util.function.Function<T,​T> setter)