Liking cljdoc? Tell your friends :D

polylith.clj.core.path-finder.interface.criterias


=nameclj

(=name entity-name)

base?clj

(base? {:keys [type]})

brick?clj

(brick? {:keys [type]})

component?clj

(component? {:keys [type]})

exists?clj

(exists? {:keys [exists?]})

filter-entriesclj

(filter-entries path-entries criterias)

has-entry?clj

(has-entry? path-entries criterias)

match?clj

(match? path-entry criterias)

not-exists?clj

(not-exists? {:keys [exists?]})

not-profile?clj

(not-profile? {:keys [profile?]})

not-test-or-resources-pathclj

(not-test-or-resources-path entry)

profile?clj

(profile? {:keys [profile?]})

project?clj

(project? {:keys [type]})

resources-path?clj

(resources-path? {:keys [path]})

src-path?clj

(src-path? {:keys [path]})

src?clj

(src? {:keys [test?]})

test-path?clj

(test-path? {:keys [path]})

test?clj

(test? {:keys [test?]})

truthyclj

(truthy _)

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close