public interface Safe
static <T> T
safe(T t, T defValue)
static <T> List<T>
safeList(List<T> list)
static String
safeString(String s)
static String safeString(String s)
static <T> T safe(T t, T defValue)
static <T> List<T> safeList(List<T> list)
Copyright © 2023. All rights reserved.