クラス Util
java.lang.Object
com.github.vertical_blank.sqlformatter.core.util.Util
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明static <T> List<T>static <R> RfirstNotnull(Supplier<R>... sups) static <R> Optional<R>firstPresent(Supplier<Optional<R>>... sups) static <T> List<T>nullToEmpty(List<T> ts) static Stringstatic JSLikeList<String>sortByLengthDesc(JSLikeList<String> strings) static String
-
コンストラクタの詳細
-
Util
public Util()
-
-
メソッドの詳細
-
nullToEmpty
-
trimSpacesEnd
-
firstNotnull
-
firstPresent
-
repeat
-
concat
-
sortByLengthDesc
-