public class Iterables
extends Object
- Author:
- whilein
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Iterables
public Iterables()
-
Method Details
-
getFirst
@NotNull
public <T> @NotNull Optional<@NotNull T> getFirst(@NonNull
@NonNull Iterable<@Nullable T> iterable)