Showing content from https://github.com/ukcrpb6/guava-postfix-plugin below:
ukcrpb6/guava-postfix-plugin: Guava postfix plugin for IntelliJ
.checkArgument Checks that the boolean is true checkArgument(expr) .checkNotNull Checks that the value is not null checkNotNull(expr) .checkState Checks some state of the object, not dependent on the method arguments checkState(expr) .checkElementIndex Checks that index is a valid element index into a list, string, or array with the specified size checkElementIndex(index, size) .checkPositionIndex Checks that index is a valid position index into a list, string, or array with the specified size checkPositionIndex(index, size) .checkPositionIndexes Checks that [start, end) is a valid sub range of a list, string, or array with the specified size checkPositionIndexes(start, end, size)
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4