-
Constructor Summary
Constructors
-
Method Summary
-
Constructor Details
-
ResultSet
public ResultSet(List<T> results)
-
Method Details
-
first
@Nullable
public T first()
-
last
@Nullable
public T last()
-
limit
@NotNull
public @NotNull ResultSet<T> limit(int num)
-
random
@Nullable
public T random()
-
isEmpty
public boolean isEmpty()
-
-
-