return new Pair<>(builder.build(),ImmutableSet.copyOf(depFileSourcePaths)); | return Optional.of(new Pair<>(ruleKey.get(),ImmutableSet.copyOf(depFileSourcePaths))); | new Pair<>(builder.build(),ImmutableSet.copyOf(depFileSourcePaths)) | Optional.of(new Pair<>(ruleKey.get(),ImmutableSet.copyOf(depFileSourcePaths))) | buck | 721b1cb42488742a89f3675b97647d4d20441da1 | com.facebook.buck.rules.keys.DefaultDependencyFileRuleKeyBuilderFactory.DependencyFileRuleKeyBuilder | | | v0 | ImmutableSet.copyOf(depFileSourcePaths) |
---|
v1 | |
---|
| - com.google.common.base.Optional
- com.facebook.buck.model.Pair
| v0 | ImmutableSet.copyOf(depFileSourcePaths) |
---|
v1 | |
---|
| Returns | False |
return new Pair<>(builder.build(),depFileInputs); | return Optional.of(new Pair<>(ruleKey.get(),depFileInputs)); | new Pair<>(builder.build(),depFileInputs) | Optional.of(new Pair<>(ruleKey.get(),depFileInputs)) | buck | 721b1cb42488742a89f3675b97647d4d20441da1 | com.facebook.buck.rules.keys.DefaultDependencyFileRuleKeyBuilderFactory.ManifestKeyBuilder | | | | - com.google.common.base.Optional
- com.facebook.buck.model.Pair
| | Returns | False |