Searched refs:arraySupplier (Results 1 – 2 of 2) sorted by relevance
131 final IntFunction<Predicate<E>[]> arraySupplier = Predicate[]::new; in of() local132 return of(Arrays.stream(elements).map(Predicate::isEqual).toArray(arraySupplier)); in of()
350 final IntFunction<Predicate<DeviceEvent>[]> arraySupplier = Predicate[]::new; in sequenceOfTypes() local353 .toArray(arraySupplier)); in sequenceOfTypes()