软件包 | 描述 |
---|---|
java.nio.file |
定义的接口和类的java虚拟机访问文件,文件属性,文件系统。
|
java.util.function |
功能接口提供目标类型的lambda表达式和方法参考。
|
Modifier and Type | Method and Description |
---|---|
static Stream<Path> |
Files.find(Path start, int maxDepth, BiPredicate<Path,BasicFileAttributes> matcher, FileVisitOption... options)
返回一个
Stream ,懒洋洋地填充
Path 寻找一根在一个给定的启动文件树文件。
|
Modifier and Type | Method and Description |
---|---|
default BiPredicate<T,U> |
BiPredicate.and(BiPredicate<? super T,? super U> other)
返回一个由谓词表示短路逻辑和谓词和另一个。
|
default BiPredicate<T,U> |
BiPredicate.negate()
返回一个表示该谓词的逻辑否定的谓词。
|
default BiPredicate<T,U> |
BiPredicate.or(BiPredicate<? super T,? super U> other)
返回一个由谓词表示短路逻辑或该谓词和另一个。
|
Modifier and Type | Method and Description |
---|---|
default BiPredicate<T,U> |
BiPredicate.and(BiPredicate<? super T,? super U> other)
返回一个由谓词表示短路逻辑和谓词和另一个。
|
default BiPredicate<T,U> |
BiPredicate.or(BiPredicate<? super T,? super U> other)
返回一个由谓词表示短路逻辑或该谓词和另一个。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.