public class RuleKeyResult<R> extends Object
Modifier and Type | Field and Description |
---|---|
Iterable<?> |
deps
All other `BuildRule`s and `RuleKeyAppendable`s which this rule key's value depends on.
|
Iterable<com.facebook.buck.rules.keys.RuleKeyInput> |
inputs
All inputs this rule key's value depends on.
|
R |
result
The result of rule key computation.
|
public final R result
public final Iterable<?> deps
public final Iterable<com.facebook.buck.rules.keys.RuleKeyInput> inputs