Package io.github.pr0methean.betterrandom.util
Miscellaneous utilities.
-
Interface Summary Interface Description Dumpable Object that can be dumped (written for debugging purposes to a more detailed string representation than whatObject.toString()
returns).SerializableFunction<I,O> Function
that isSerializable
.SerializableSupplier<T> Supplier
that isSerializable
. -
Class Summary Class Description Looper Wraps a thread that loops a given task until interrupted, with the iterations being transactional. -
Enum Summary Enum Description BinaryUtils Utility methods for working with binary and hex data.Byte16ArrayArithmetic Collection of arithmetic methods that treatbyte[16]
arrays as 128-bit unsigned integers.Java8Constants -
Annotation Types Summary Annotation Type Description EntryPoint Marks a method or constructor, or the implicit constructor of the marked class, as an entry point, so that IntelliJ's code inspections won't decide it's unused.