public interface PersistentPropertyPaths<T,P extends PersistentProperty<P>> extends Streamable<PersistentPropertyPath<P>>
PersistentPropertyPaths.| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(PropertyPath path)
Returns whether the given
PropertyPath is contained in the current PersistentPropertyPaths. |
boolean |
contains(String path)
Returns whether the given path is contained in the current
PersistentPropertyPaths. |
Optional<PersistentPropertyPath<P>> |
getFirst()
Returns the first
PersistentPropertyPath. |
and, and, and, and, empty, filter, flatMap, get, isEmpty, map, of, of, of, stream, toList, toSet, toStreamable, toStreamableforEach, iterator, spliteratorOptional<PersistentPropertyPath<P>> getFirst()
PersistentPropertyPath.boolean contains(String path)
PersistentPropertyPaths.path - must not be null.boolean contains(PropertyPath path)
PropertyPath is contained in the current PersistentPropertyPaths.path - must not be null.Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.