Skip to content

Commit 60a4052

Browse files
committed
fix build error
1 parent 5db03df commit 60a4052

File tree

1 file changed

+0
-4
lines changed
  • src/AndroidClient/client/src/main/java/net/servicestack/func

1 file changed

+0
-4
lines changed

src/AndroidClient/client/src/main/java/net/servicestack/func/Func.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -181,10 +181,6 @@ public static <T> ArrayList<T> filteri(Iterable<T> xs, PredicateIndex<T> predica
181181
return to;
182182
}
183183

184-
public static <T> T first(T[] xs, Predicate<T> predicate) {
185-
return first(toList(xs), predicate);
186-
}
187-
188184
public static <T> T first(Iterable<T> xs, Predicate<T> predicate) {
189185
if (xs == null) return null;
190186

0 commit comments

Comments
 (0)