Skip to content
Success

Changes

Summary

  1. Move roundTimespan/roundDate to ChronoUtil. (details)
  2. Implement CachedSendableList to allow use of sendMessagesPaged with lazy (details)
  3. Small changes to sendMessagesPaged. (details)
  4. Fix bugs. (details)
  5. Implement Supplier, Function and BiFunction alternatives that can throw (details)
  6. Actually send usage of command in showHelp. (details)
Commit 0d251d992b2d42cdea945992e18f9d78effae28d by jonas.becker
Move roundTimespan/roundDate to ChronoUtil.
The file was addedsrc/main/java/de/iani/cubesideutils/ChronoUtil.java
Commit 07f0877da57b3a1ac699022fb47a74236d59e823 by jonas.becker
Implement CachedSendableList to allow use of sendMessagesPaged with lazy
queries.
# Conflicts:
# src/main/java/de/iani/cubesideutils/ChatUtil.java
The file was modified src/main/java/de/iani/cubesideutils/ChatUtil.java
Commit bf4cb4d7bfa504714f2791697d7f2a16036b8731 by jonas.becker
Small changes to sendMessagesPaged.
# Conflicts:
# src/main/java/de/iani/cubesideutils/ChatUtil.java
The file was modified src/main/java/de/iani/cubesideutils/ChatUtil.java
Commit ffdb1111d02071aaf3ff73524e7603905a121c0d by jonas.becker
Fix bugs.
The file was modified src/main/java/de/iani/cubesideutils/ChatUtil.java
Commit 695e870d671417867834cd4d0ec592e98f8b95ef by jonas.becker
Implement Supplier, Function and BiFunction alternatives that can throw
Exceptions.
The file was addedsrc/main/java/de/iani/cubesideutils/partialfunctions/PartialSupplier.java
The file was addedsrc/main/java/de/iani/cubesideutils/partialfunctions/PartialFunction.java
The file was addedsrc/main/java/de/iani/cubesideutils/partialfunctions/PartialBiFunction.java
Commit 163ed9b573131074681b45c2ca4aa77aab08c641 by jonas.becker
Actually send usage of command in showHelp.
The file was modified src/main/java/de/iani/cubesideutils/commands/CommandRouter.java