Uses of Class
ch.nolix.base.datastructure.property.LazyCalculatedProperty
Packages that use LazyCalculatedProperty
-
Uses of LazyCalculatedProperty in ch.nolix.base.datastructure.property
Methods in ch.nolix.base.datastructure.property that return LazyCalculatedPropertyModifier and TypeMethodDescriptionstatic <V2> LazyCalculatedProperty<V2> LazyCalculatedProperty.forValueCreater(Supplier<V2> valueCreator) static <V2> LazyCalculatedProperty<V2> LazyCalculatedProperty.forValueCreaterAndNeedToUpdateSupplier(Supplier<V2> valueCreator, BooleanSupplier needToUpdateSupplier)