Class Util

java.lang.Object
net.covers1624.coffeegrinder.util.Util

public class Util extends Object
Created by covers1624 on 23/2/21.
  • Constructor Details

    • Util

      public Util()
  • Method Details

    • reverse

      public static <T> void reverse(List<T> list)
    • safeConcat

      public static <T> Iterable<T> safeConcat(@Nullable @Nullable List<T> a, @Nullable @Nullable List<T> b)
    • singleMemoize

      public static <T> Supplier<T> singleMemoize(Supplier<T> supplier)