パッケージ | 説明 |
---|---|
java.nio.file |
ファイル、ファイル属性、およびファイル・システムにアクセスするためのJava仮想マシン用のインタフェースとクラスを定義します。
|
java.util.function |
関数型インタフェースは、ラムダ式やメソッド参照のターゲットとなる型を提供します。
|
修飾子と型 | メソッドと説明 |
---|---|
static Stream<Path> |
Files.find(Path start, int maxDepth, BiPredicate<Path,BasicFileAttributes> matcher, FileVisitOption... options)
指定された開始ファイルをルートとするファイル・ツリー内でファイルを検索することで
Path が遅延設定されるStream を返します。 |
修飾子と型 | メソッドと説明 |
---|---|
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)
この述語と別の述語の短絡論理和を表す合成述語を返します。
|
修飾子と型 | メソッドと説明 |
---|---|
default BiPredicate<T,U> |
BiPredicate.and(BiPredicate<? super T,? super U> other)
この述語と別の述語の短絡論理積を表す合成述語を返します。
|
default BiPredicate<T,U> |
BiPredicate.or(BiPredicate<? super T,? super U> other)
この述語と別の述語の短絡論理和を表す合成述語を返します。
|
バグまたは機能を送信
詳細なAPIリファレンスおよび開発者ドキュメントについては、Java SEのドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright© 1993, 2014, Oracle and/or its affiliates. All rights reserved.