インターフェースの使用
org.springframework.data.domain.Window
Window を使用するパッケージ
org.springframework.data.domain 内の Window 使用
Window を返す org.springframework.data.domain のメソッド修飾子と型メソッド説明static <T> Window<T>Window.from(ListSE<T> items, IntFunctionSE<? extends ScrollPosition> positionFunction) Windowを作成します。static <T> Window<T>Window.from(ListSE<T> items, IntFunctionSE<? extends ScrollPosition> positionFunction, boolean hasNext) Windowを作成します。<U> Window<U>Window.map(FunctionSE<? super T, ? extends U> converter) org.springframework.data.repository.query 内の Window 使用
修飾子と型メソッド説明FluentQuery.FetchableFluentQuery.scroll(ScrollPosition scrollPosition) 一致するすべての要素をWindowとして取得して、結果のスクロールを開始するか、scrollPositionでスクロールを再開します。型 Window の引数を持つ型を返す org.springframework.data.repository.query のメソッドorg.springframework.data.support 内の Window 使用
型 Window の型引数を持つ org.springframework.data.support のメソッドパラメーター修飾子と型メソッド説明static <T> WindowIterator.WindowIteratorBuilder<T>WindowIterator.of(FunctionSE<ScrollPosition, Window<T>> windowFunction) 指定された windowFunction の新しいWindowIteratorを作成するためのエントリポイント。