-
- All Implemented Interfaces:
public final class NullIfEmptyExtensionsKt
-
-
Method Summary
Modifier and Type Method Description final static StringnullIfEmpty(String $self)final static <T extends Any> List<T>nullIfEmpty(List<T> $self)-
-
Method Detail
-
nullIfEmpty
final static String nullIfEmpty(String $self)
-
nullIfEmpty
final static <T extends Any> List<T> nullIfEmpty(List<T> $self)
-
-
-
-