Uses of Interface
com.almworks.jira.structure.api.attribute.LoadedValue
Packages that use LoadedValue
-
Uses of LoadedValue in com.almworks.jira.structure.api.attribute
Methods in com.almworks.jira.structure.api.attribute that return LoadedValueModifier and TypeMethodDescription<T> LoadedValue<T>LoadedValues.getLoadedValue(K key, AttributeSpec<T> attribute) Returns the value loaded for the given key and attribute.Returns the value for the given key.static <T> LoadedValue<T>LoadedValue.of(AttributeValue<T> attributeValue) Creates an instance ofLoadedValuebased on attribute value.static <T> LoadedValue<T>LoadedValue.of(T value) Creates an instance ofLoadedValuebased on a value itself.Method parameters in com.almworks.jira.structure.api.attribute with type arguments of type LoadedValueModifier and TypeMethodDescriptionvoidRowValues.consume(Function<AttributeSpec<?>, BiConsumer<LongSizedIterable, LongFunction<LoadedValue<?>>>> consumer) Passes all data to the consumer.