ClojureDocs

Search results for query: ->

1 to 10 of 28 results. prev page | next page

  • ->

    clojure.core

    • (-> x & forms)

    Threads the expr through the forms. Inserts x as the second item in the first form, making a list of it if it is not a list already. If there are more forms, inserts the first form as the second item in second form, etc.

  • ->>

    clojure.core

    • (->> x & forms)

    Threads the expr through the forms. Inserts x as the last item in the first form, making a list of it if it is not a list already. If there are more forms, inserts the first form as the last item in second form, etc.

  • ->fd

    clojure.core.logic.fd

    • (->fd vars exprs)

    0 examples
  • ->Vec

    clojure.core

    • (->Vec am cnt shift root tail _meta)

    Positional factory function for class clojure.core.Vec.

    0 examples
  • ->Cat

    clojure.core.reducers

    • (->Cat cnt left right)

    Positional factory function for class clojure.core.reducers.Cat.

    0 examples
  • ->Pair

    clojure.core.logic

    • (->Pair lhs rhs)

    Positional factory function for class clojure.core.logic.Pair.

    0 examples
  • ->LVar

    clojure.core.logic

    • (->LVar id unique name oname hash meta)

    Positional factory function for class clojure.core.logic.LVar.

    0 examples
  • ->PMap

    clojure.core.logic

    • (->PMap)

    Positional factory function for class clojure.core.logic.PMap.

    0 examples
  • ->LCons

    clojure.core.logic

    • (->LCons a d cache meta)

    Positional factory function for class clojure.core.logic.LCons.

    0 examples
  • ->Field

    clojure.reflect

    • (->Field name type declaring-class flags)

    Positional factory function for class clojure.reflect.Field.

    0 examples
prev page | next page