@FunctionalInterface public interface RowPredicate extends BiPredicate<org.apache.poi.ss.usermodel.Sheet,org.apache.poi.ss.usermodel.Row>
boolean test(org.apache.poi.ss.usermodel.Sheet sheet,
org.apache.poi.ss.usermodel.Row row)
test 在接口中 BiPredicate<org.apache.poi.ss.usermodel.Sheet,org.apache.poi.ss.usermodel.Row>Copyright © 2022. All rights reserved.