public interface PersistentPropertyPaths<T,P extends PersistentProperty<P>> extends Streamable<PersistentPropertyPath<P>>
PersistentPropertyPath のコレクションのラッパー。| 修飾子と型 | メソッドと説明 |
|---|---|
boolean | contains(PropertyPath path) 指定された PropertyPath が現在の PersistentPropertyPaths に含まれているかどうかを返します。 |
boolean | contains(StringSE path) 指定されたパスが現在の PersistentPropertyPaths に含まれているかどうかを返します。 |
PersistentPropertyPaths<T, P> | dropPathIfSegmentMatches(PredicateSE<? super P> predicate) 指定された述語に一致するパスセグメントを含む PersistentPropertyPath を削除します。 |
OptionalSE<PersistentPropertyPath<P>> | getFirst() 最初の PersistentPropertyPath を返します。 |
and, empty, filter, flatMap, get, isEmpty, map, of, of, of, streamforEachSE, iteratorSE, spliteratorSEOptionalSE<PersistentPropertyPath<P>> getFirst()
PersistentPropertyPath を返します。boolean contains(StringSE path)
PersistentPropertyPaths に含まれているかどうかを返します。path - null であってはなりません。boolean contains(PropertyPath path)
PropertyPath が現在の PersistentPropertyPaths に含まれているかどうかを返します。path - null であってはなりません。PersistentPropertyPaths<T,P> dropPathIfSegmentMatches(PredicateSE<? super P> predicate)
PersistentPropertyPath を削除します。predicate - null であってはなりません。PersistentPropertyPath インスタンスが削除された PersistentPropertyPaths インスタンス。Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.