Class NewList

java.lang.Object
net.serenitybdd.core.collect.NewList

public class NewList extends Object
  • Constructor Details

    • NewList

      public NewList()
  • Method Details

    • of

      public static <T> List<T> of(T... elements)
    • copyOf

      public static <T> List<T> copyOf(Collection<? extends T> elements)
    • copyOf

      public static <T> List<T> copyOf(T... elements)
    • reverse

      public static <T> List<T> reverse(List<T> titleElements)