Interface NavigablePath.FullPathCalculator

  • All Superinterfaces:
    Serializable
    Enclosing class:
    NavigablePath
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    @Deprecated(since="6.6",
                forRemoval=true)
    protected static interface NavigablePath.FullPathCalculator
    extends Serializable
    Deprecated, for removal: This API element is subject to removal in a future version.
    No longer used
    Effectively a tri-function
    • Method Detail

      • calculateFullPath

        String calculateFullPath​(@Nullable NavigablePath parent,
                                 String localName,
                                 @Nullable String alias)
        Deprecated, for removal: This API element is subject to removal in a future version.