public class StreamFilters extends Object
| Modifier and Type | Method and Description |
|---|---|
static java.util.function.UnaryOperator<java.util.stream.Stream<org.openqa.selenium.WebElement>> |
first() |
static java.util.function.UnaryOperator<java.util.stream.Stream<org.openqa.selenium.WebElement>> |
last() |
static java.util.function.UnaryOperator<java.util.stream.Stream<org.openqa.selenium.WebElement>> |
limit(int max) |
static java.util.function.UnaryOperator<java.util.stream.Stream<org.openqa.selenium.WebElement>> |
nth(int index) |
static java.util.function.UnaryOperator<java.util.stream.Stream<org.openqa.selenium.WebElement>> |
second() |
static java.util.function.UnaryOperator<java.util.stream.Stream<org.openqa.selenium.WebElement>> |
skip(int count) |
static java.util.function.UnaryOperator<java.util.stream.Stream<org.openqa.selenium.WebElement>> |
third() |
public static java.util.function.UnaryOperator<java.util.stream.Stream<org.openqa.selenium.WebElement>> first()
public static java.util.function.UnaryOperator<java.util.stream.Stream<org.openqa.selenium.WebElement>> second()
public static java.util.function.UnaryOperator<java.util.stream.Stream<org.openqa.selenium.WebElement>> third()
public static java.util.function.UnaryOperator<java.util.stream.Stream<org.openqa.selenium.WebElement>> nth(int index)
public static java.util.function.UnaryOperator<java.util.stream.Stream<org.openqa.selenium.WebElement>> limit(int max)
public static java.util.function.UnaryOperator<java.util.stream.Stream<org.openqa.selenium.WebElement>> skip(int count)
public static java.util.function.UnaryOperator<java.util.stream.Stream<org.openqa.selenium.WebElement>> last()
Copyright © 2014. All Rights Reserved.