[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-07-10 UTC."],[],["The `IntSupplier` interface provides a way to supply `int` values. It's a functional interface with one core method: `getAsInt()`. This method, when invoked, returns an `int` result. Each invocation does not need to return a distinct value. `IntSupplier` is the `int`-producing specialization of the more generic `Supplier` interface.\n"]]