public class IndexPerformAndSubpath extends Object implements java.util.function.Function<Index.Operation,Index.Result>
IndexBackupContributionStrategy
Constructor and Description |
---|
IndexPerformAndSubpath(java.util.function.Function<Index.Operation,Index.Result> indexPerform,
Path indexSubpath) |
Modifier and Type | Method and Description |
---|---|
Index.Result |
apply(Index.Operation operation) |
Path |
getIndexSubpath() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
andThen, compose, identity
public IndexPerformAndSubpath(java.util.function.Function<Index.Operation,Index.Result> indexPerform, Path indexSubpath)
public Path getIndexSubpath()
public Index.Result apply(Index.Operation operation)
apply
in interface java.util.function.Function<Index.Operation,Index.Result>
Copyright © 2002-2023 Atlassian. All Rights Reserved.