outputHash=Optional.of(HashCode.fromString(hashString)); | outputHash=hashString.map(HashCode::fromString); | Optional.of(HashCode.fromString(hashString)) | hashString.map(HashCode::fromString) | buck | 28317edd7c4222bb41f3f4b33ccaa0bfeb5a7abb | com.facebook.buck.core.build.engine.impl.CachingBuildRuleBuilder | | | | - com.google.common.hash.HashCode
- java.util.Optional
| | Uses | True |