Uses of Interface
tk.airshipcraft.commonlib.utils.NullCoalescing.NullChecker
Packages that use NullCoalescing.NullChecker
-
Uses of NullCoalescing.NullChecker in tk.airshipcraft.commonlib.utils
Methods in tk.airshipcraft.commonlib.utils with parameters of type NullCoalescing.NullCheckerModifier and TypeMethodDescriptionstatic <T> T
NullCoalescing.chain
(NullCoalescing.NullChecker<T> statement) Executes a function and returns its value if not null; otherwise, returns null.static <T> T
NullCoalescing.chain
(NullCoalescing.NullChecker<T> statement, T fallback) Executes a function and returns its value if not null; otherwise, returns a fallback value.