Class Props
java.lang.Object
net.thevpc.common.props.Props
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> voidconfigureMaxEntries(WritableList<T> list, int maxMessageEntries) static <T> voidconfigureObservableMaxEntries(WritableList<T> list, ObservableValue<Integer> maxMessageEntries) static <T,O> void configureObservableOptions(WritableList<T> list, ObservableValue<O> options, OptionsConfigurator.OptionsApplier<T, O> optionsApplier) static <T,O> void configureOptions(WritableList<T> list, O options, OptionsConfigurator.OptionsApplier<T, O> optionsApplier) static <T> voidconfigureSet(WritableList<T> list) static Props.PropsBuilder
-
Constructor Details
-
Props
public Props()
-
-
Method Details
-
of
-
configureSet
-
configureOptions
public static <T,O> void configureOptions(WritableList<T> list, O options, OptionsConfigurator.OptionsApplier<T, O> optionsApplier) -
configureObservableOptions
public static <T,O> void configureObservableOptions(WritableList<T> list, ObservableValue<O> options, OptionsConfigurator.OptionsApplier<T, O> optionsApplier) -
configureObservableMaxEntries
public static <T> void configureObservableMaxEntries(WritableList<T> list, ObservableValue<Integer> maxMessageEntries) -
configureMaxEntries
-