| Package | Description |
|---|---|
| com.riadalabs.jira.plugins.insight.services.model | |
| io.riada.insight.model.filter |
| Modifier and Type | Method and Description |
|---|---|
ObjectCountByObjectTypeBean |
ObjectCountByObjectTypeBean.createFilteredCopy(InsightBeanFilter<ObjectTypeBean> predicate) |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableInsightBeanFilter<T>
Immutable implementation of
InsightBeanFilter. |
| Modifier and Type | Method and Description |
|---|---|
static <T> InsightBeanFilter<T> |
InsightBeanFilter.create(Predicate<T> predicate) |
static <T> InsightBeanFilter<T> |
InsightBeanFilter.createEmpty() |
| Modifier and Type | Method and Description |
|---|---|
static <T> ImmutableInsightBeanFilter<T> |
ImmutableInsightBeanFilter.copyOf(InsightBeanFilter<T> instance)
Creates an immutable copy of a
InsightBeanFilter value. |
ImmutableInsightBeanFilter.Builder<T> |
ImmutableInsightBeanFilter.Builder.from(InsightBeanFilter<T> instance)
Fill a builder with attribute values from the provided
InsightBeanFilter instance. |
Copyright © 2022 Atlassian. All rights reserved.