Package org.eolang.maven.hash
Interface CommitHash
-
- All Superinterfaces:
org.cactoos.Scalar<String>
- All Known Implementing Classes:
ChCached
,ChNarrow
,ChPattern
,ChRemote
,ChText
,CommitHash.ChConstant
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface CommitHash extends org.cactoos.Scalar<String>
Hash of tag.- Since:
- 0.28.11
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CommitHash.ChConstant
Hardcoded commit hash.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
value()
SHA Hash.
-