-
Methods Method Description ch.usi.si.codelounge.jsicko.ContractUtils.implies(boolean, boolean) this method does not (obviously) short-circuit the consequent. UseContractUtils.implies(boolean, BooleanSupplier)instead.
| Method | Description |
|---|---|
| ch.usi.si.codelounge.jsicko.ContractUtils.implies(boolean, boolean) |
this method does not (obviously) short-circuit the consequent. Use
ContractUtils.implies(boolean, BooleanSupplier) instead. |