Class RuleKeyResult<R>


  • public class RuleKeyResult<R>
    extends Object
    The result of rule key computation, including the deps and inputs used to calculate the value.
    • Field Detail

      • result

        public final R result
        The result of rule key computation.
      • deps

        public final Iterable<?> deps
        All other `BuildRule`s and `RuleKeyAppendable`s which this rule key's value depends on.
      • inputs

        public final Iterable<com.facebook.buck.rules.keys.RuleKeyInput> inputs
        All inputs this rule key's value depends on.