public interface HasCustomInputsLogic
AddToRuleKey annotated fields of some objects doesn't
work correctly or is too slow. When deriving inputs from an object that implements
HasCustomInputsLogic, the framework (BuildableSupport
/ ModernBuildRule) will call computeInputs() instead of
deriving from @AddToRuleKey fields.| Modifier and Type | Method and Description |
|---|---|
<E extends Exception> |
computeInputs(ThrowingConsumer<SourcePath,E> consumer) |
<E extends Exception> void computeInputs(ThrowingConsumer<SourcePath,E> consumer) throws E extends Exception
E extends Exception