Package org.projectnessie.versioned
Interface ReferenceAssignedResult
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description HashgetCurrentHash()NamedRefgetNamedRef()HashgetPreviousHash()default ResultTypegetResultType()
-
-
-
Method Detail
-
getResultType
default ResultType getResultType()
- Specified by:
getResultTypein interfaceResult
-
getNamedRef
NamedRef getNamedRef()
-
getPreviousHash
Hash getPreviousHash()
-
getCurrentHash
Hash getCurrentHash()
-
-