Class Util
java.lang.Object
net.covers1624.coffeegrinder.util.Util
Created by covers1624 on 23/2/21.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> voidstatic <T> Iterable<T> safeConcat(@Nullable List<T> a, @Nullable List<T> b) static <T> Supplier<T> singleMemoize(Supplier<T> supplier)
-
Constructor Details
-
Util
public Util()
-
-
Method Details
-
reverse
-
safeConcat
-
singleMemoize
-