Liking cljdoc? Tell your friends :D
ClojureScript only.

day8.re-frame.forward-events-fx


as-callback-predcljs

(as-callback-pred callback-pred)

Looks at the required-events items and returns a predicate which will either

  • match only the event-keyword if a keyword is supplied
  • match the entire event vector if a collection is supplied
  • returns a callback-pred if it is a fn
Looks at the required-events items and returns a predicate which
will either
- match only the event-keyword if a keyword is supplied
- match the entire event vector if a collection is supplied
- returns a callback-pred if it is a fn
sourceraw docstring

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

× close