Package nbbrd.io.text

Class Property<T>

java.lang.Object
nbbrd.io.text.BaseProperty
nbbrd.io.text.Property<T>
All Implemented Interfaces:
CharSequence

public final class Property<T> extends BaseProperty
Author:
Philippe Charles
  • Constructor Details

    • Property

      public Property()
  • Method Details

    • get

      public @Nullable T get(@NonNull @NonNull Function<? super String,? extends CharSequence> properties)
    • get

      public @Nullable T get(@NonNull @NonNull Properties properties)
    • get

      public @Nullable T get(@NonNull @NonNull Map<String,String> properties)
    • set

      public void set(@NonNull @NonNull BiConsumer<? super String,? super String> properties, @Nullable T value)
    • set

      public void set(@NonNull @NonNull Properties properties, T value)
    • set

      public void set(@NonNull @NonNull Map<String,String> properties, T value)