Searched refs:ifFalse (Results 1 – 1 of 1) sorted by relevance
61 Function<IntegerArrayStream, T> ifFalse) { in hasAtLeast() argument65 if (ifFalse != null) { in hasAtLeast()66 return ifFalse.apply(this); in hasAtLeast()