AllDescendants

org.llm4s.rag.permissions.CollectionPattern.AllDescendants
final case class AllDescendants(prefix: CollectionPath) extends CollectionPattern

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def matches(p: CollectionPath): Boolean

Check if a collection path matches this pattern

Check if a collection path matches this pattern

Attributes

def patternString: String

Convert to a human-readable string representation

Convert to a human-readable string representation

Attributes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product