@ThreadSafe
public interface SchemaElementComparison<T>
Modifier and Type | Interface and Description |
---|---|
static interface |
SchemaElementComparison.ColumnComparison |
static class |
SchemaElementComparison.ComparisonResult |
static interface |
SchemaElementComparison.IndexComparison |
Modifier and Type | Method and Description |
---|---|
default Optional<T> |
actual() |
default Optional<T> |
expected() |
com.atlassian.fugue.Maybe<T> |
getActual()
Deprecated.
since 7.0.1. Use
actual() |
com.atlassian.fugue.Maybe<T> |
getExpected()
Deprecated.
since 7.0.1. Use
expected() |
SchemaElementComparison.ComparisonResult |
getResult() |
@Deprecated com.atlassian.fugue.Maybe<T> getExpected()
expected()
@Deprecated com.atlassian.fugue.Maybe<T> getActual()
actual()
SchemaElementComparison.ComparisonResult getResult()
Copyright © 2003–2020 Atlassian. All rights reserved.