sebysr / java-predicate-example

This is a simple example to show how use Predicate filters with Java 8.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started

This is a simple example to show how use Predicate filters with Java 8.

The filter function returns a stream consisting of the elements of this stream that match the given predicate. A stream is a mechanism to create a sequence of elements supporting sequential and parallel aggregate operations. The predicate is applied to each element to determine if it should be included;

References

About

This is a simple example to show how use Predicate filters with Java 8.


Languages

Language:Java 100.0%