public interface Util
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Util.FailableFunction<T,R,E extends Throwable> |
static class |
Util.MapBuilder<T,V> |
| Modifier and Type | Method and Description |
|---|---|
static List<?> |
intersect(@Nullable List<?> firstList,
List<?> secondList) |
static boolean |
isEmpty(@Nullable Collection<?> collection) |
static boolean |
isEmpty(@Nullable String str) |
static boolean |
isNotEmpty(@Nullable String str) |
static <T> List<T> |
listOf(T... ts) |
static <T,V> Util.MapBuilder<T,V> |
mapBuilder() |
static boolean |
startWithIc(String prefix,
@Nullable String str) |
static boolean isEmpty(@Nullable
@Nullable Collection<?> collection)
static boolean isEmpty(@Nullable
@Nullable String str)
static boolean isNotEmpty(@Nullable
@Nullable String str)
@SafeVarargs static <T> List<T> listOf(T... ts)
static <T,V> Util.MapBuilder<T,V> mapBuilder()
Copyright © 2023. All rights reserved.