| Package | Description |
|---|---|
| com.atlassian.confluence.search.shadow | |
| com.atlassian.confluence.search.shadow.diff |
| Modifier and Type | Method and Description |
|---|---|
static <T> ShadowOps.Verifier<T> |
ShadowOps.Verifier.from(Function<com.atlassian.fugue.Pair<ShadowOpsOutput<T>,ShadowOpsOutput<T>>,ShadowOpsResult<T>> f) |
static <T> ShadowOps.Verifier<T> |
ShadowOps.Verifier.from(Function<com.atlassian.fugue.Pair<ShadowOpsOutput<T>,ShadowOpsOutput<T>>,ShadowOpsResult<T>> f) |
| Modifier and Type | Method and Description |
|---|---|
ShadowOpsOutput<List<T>> |
SymmetricDiffCounter.DiagnosticInfo.getActual() |
ShadowOpsOutput<List<T>> |
SymmetricDiffCounter.DiagnosticInfo.getShadow() |
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.confluence.search.shadow.diff.SymmetricDiffCounter.Result<P,T> |
SymmetricDiffCounter.apply(com.atlassian.fugue.Pair<ShadowOpsOutput<P>,ShadowOpsOutput<P>> pair) |
com.atlassian.confluence.search.shadow.diff.SymmetricDiffCounter.Result<P,T> |
SymmetricDiffCounter.apply(com.atlassian.fugue.Pair<ShadowOpsOutput<P>,ShadowOpsOutput<P>> pair) |
| Constructor and Description |
|---|
DiagnosticInfo(ShadowOpsOutput<List<T>> actual,
ShadowOpsOutput<List<T>> shadow,
Set<T> onlyInA,
Set<T> onlyInB) |
DiagnosticInfo(ShadowOpsOutput<List<T>> actual,
ShadowOpsOutput<List<T>> shadow,
Set<T> onlyInA,
Set<T> onlyInB) |
Copyright © 2003–2017 Atlassian. All rights reserved.