public class JSLikeList<T> extends Object
| Constructor and Description |
|---|
JSLikeList(List<T> tList) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEmpty() |
String |
join() |
String |
join(CharSequence delimiter) |
<R> JSLikeList<R> |
map(Function<T,R> mapper) |
List<T> |
toList() |
public <R> JSLikeList<R> map(Function<T,R> mapper)
public String join(CharSequence delimiter)
public String join()
public boolean isEmpty()
Copyright © 2020. All rights reserved.