Home
last modified time | relevance | path

Searched defs:MatchOp (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/stream/
DMatchOps.java196 private static final class MatchOp<T> implements TerminalOp<T, Boolean> { class in MatchOps
209 MatchOp(StreamShape shape, in MatchOp() method in MatchOps.MatchOp