Skip to content

Instantly share code, notes, and snippets.

@windwaker
windwaker / Streams.java
Created February 27, 2015 15:59
Stream operations
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import java.util.function.Predicate;
/**
* Created by harric13 on 2/27/2015.
*/
public class Driver {