Package w.util

Class Iterables

java.lang.Object
w.util.Iterables

public class Iterables extends Object
Author:
whilein
  • Constructor Details

    • Iterables

      public Iterables()
  • Method Details

    • getFirst

      @NotNull public <T> @NotNull Optional<@NotNull T> getFirst(@NonNull @NonNull Iterable<@Nullable T> iterable)