Searched refs:ifTrue (Results 1 – 1 of 1) sorted by relevance
54 public <T> T hasAtLeast(int n, Function<IntegerArrayStream, T> ifTrue) { in hasAtLeast() argument55 return hasAtLeast(n, ifTrue, null); in hasAtLeast()60 Function<IntegerArrayStream, T> ifTrue, in hasAtLeast() argument63 return ifTrue.apply(this); in hasAtLeast()