Search results
map :: forall f a b. Functor f => (a -> b) -> f a -> f b
Map k v represents maps from keys of type k to values of type v.
map :: forall a b. Ord b => (a -> b) -> Set a -> Set b
Maps over the values in a set.
This operation is not structure-preserving for sets, so is not a valid
Functor. An example case: mapping const x over a set with n > 0
elements will result in a set with one element.
map :: forall a b. Ord b => (a -> b) -> NonEmptySet a -> NonEmptySet b
Maps over the values in a set.
This operation is not structure-preserving for sets, so is not a valid
Functor. An example case: mapping const x over a set with n > 0
elements will result in a set with one element.
map :: forall a b m r. Monad m => (a -> b) -> Pipe a b m r
Apply a function to all values flowing downstream
map :: forall w i. Node HTMLmap w i
map :: forall f a b x y. IxFunctor f => (a -> b) -> f x y a -> f x y b
map :: Array Props -> Array ReactElement -> ReactElement
map :: Array Props -> Array ReactElement -> ReactElement
map :: forall e. Markup e -> Markup e
map :: forall a b. Hashable b => (a -> b) -> HashSet a -> HashSet b
Construct a new set by applying a function to each element of an input set.
If distinct inputs map to the same output, this changes the
cardinality of the set, therefore hash set is not a Functor.
Also, the order in which elements appear in the new set is
entirely dependent on the hash function for type b.
map :: Selector
map :: forall a t. TypedArray a t => (t -> t) -> ArrayView a -> ArrayView a
Maps a new value over the typed array, creating a new ArrayBuffer and
typed array as well.
map :: forall attrs attrs_. Union attrs attrs_ Props_map => Record attrs -> JSX
map :: forall attrsNoChildren attrsWithDuplicate attrs attrs_ jsx. Union attrs attrs_ Props_map => ToJSX jsx => Union (children :: Array JSX) attrsNoChildren attrsWithDuplicate => Nub (children :: Array JSX | attrsNoChildren) attrs => Record attrsNoChildren -> jsx -> JSX
map :: (Octet -> Octet) -> ByteString -> ByteString
Θ(n) Transform the bytes in the byte string.
map :: FFIComponent MapAttributes
The <map> HTML element is used with area elements to define an image map.
Example:
map { name: "planetmap" }
[ area { shape: "rect", coords: "50,50,100,100", href: "location1.html", alt: "Location 1" }
, area { shape: "circle", coords: "200,200,50", href: "location2.html", alt: "Location 2" }
]
Common attributes:
| Name | Type | Description |
|-------------|---------|-------------|
| name | String | Name of the image map |
map :: ElemName
Defines an image map
map :: forall html a. Html html => Array (Prop a) -> Array (html a) -> html a
Defines an image map
map :: forall html a. Html html => Array (Prop a) -> Array (Key /\ (html a)) -> html a
Defines an image map
map :: forall a b b' k. (b -> b') -> Scale a b k -> (a -> b')
Transform the range type (covariant/functor-like)
-- Add offset to all positions
offsetScale = positionScale # map (_ + 50.0)
Maps a type constructor to a List'.
map :: forall f xs ys fproxy kproxy lproxy. Map f xs ys => fproxy f -> kproxy xs -> lproxy ys
map :: forall a b. Ord a => JsonCodec a -> JsonCodec b -> JsonCodec (Map a b)
A codec for Map values.
Encodes as an array of two-element key/value arrays in JSON.
map :: forall e a. (ReactElement -> a) -> ReactWrapper -> Eff (enzyme :: ENZYME | e) (Array a)
map :: forall e a. (ReactElement -> a) -> ShallowWrapper -> Eff (enzyme :: ENZYME | e) (Array a)
map :: forall a b. Ord b => (a -> b) -> OSet a -> OSet b
Maps over the values in a set.
This operation is not structure-preserving for sets, so is not a valid Functor. An example case: mapping const x over a set with n > 0 elements will result in a set with one element.
map :: forall a b. (a -> b) -> Seq a -> Seq b
O(n). Apply a function to every element within a sequence. Note that this function is performed lazily — the actual call is almost instantaneous, regardless of the length of the sequence, because the function is not applied to all elements immediately. The eventual running time (assuming all elements are later requested) is O(n), though.
map :: forall f b a. ((a -> b) -> f a -> f b) -> (a -> b) -> NonEmpty f a -> NonEmpty f b
map :: forall p b a. Ord b => Semiring p => (a -> b) -> Dist p a -> Dist p b
map :: forall c f v1 v0. HasMap c f => ObjectOf c v0 => ObjectOf c v1 => ObjectOf c (f v0) => ObjectOf c (f v1) => c v0 v1 -> c (f v0) (f v1)
map :: forall c f v1 v0. HasMap c f => ObjectOf c v0 => ObjectOf c v1 => c v0 v1 -> f v0 -> f v1
map :: forall b a. NotJSPromise b => (a -> b) -> PromiseSpec a -> PromiseSpec b
map the value in a promise spec
map :: forall a b. Ord a => Codec a -> Codec b -> Codec (Map a b)
A codec for Map values.
Encodes as an array of two-element key/value arrays in JSON.
map :: forall lock payload. Event (Attribute Map_) -> Array (Domable lock payload) -> Domable lock payload
map :: forall p q a b. Dissect p q => (a -> b) -> p a -> p b
A tail-recursive map operation, implemented in terms of Dissect.
map :: forall t. Corecursive t EJsonF => Map t t -> t
Map :: forall a. (EJsonMap a) -> EJsonF a
Map :: EJsonType
map :: forall (props :: Row Type) (content :: Type). ReactChildren content => IsSubsetOf props (_data :: Object String, about :: String, acceptCharset :: String, accessKey :: String, allowFullScreen :: Boolean, allowTransparency :: Boolean, "aria-activedescendant" :: String, "aria-atomic" :: String, "aria-autocomplete" :: String, "aria-busy" :: String, "aria-checked" :: String, "aria-colcount" :: String, "aria-colindex" :: String, "aria-colspan" :: String, "aria-controls" :: String, "aria-current" :: String, "aria-describedby" :: String, "aria-details" :: String, "aria-disabled" :: String, "aria-dropeffect" :: String, "aria-errormessage" :: String, "aria-expanded" :: String, "aria-flowto" :: String, "aria-grabbed" :: String, "aria-haspopup" :: String, "aria-hidden" :: String, "aria-invalid" :: String, "aria-keyshortcuts" :: String, "aria-label" :: String, "aria-labelledby" :: String, "aria-level" :: String, "aria-live" :: String, "aria-modal" :: String, "aria-multiline" :: String, "aria-multiselectable" :: String, "aria-orientation" :: String, "aria-owns" :: String, "aria-placeholder" :: String, "aria-posinset" :: String, "aria-pressed" :: String, "aria-readonly" :: String, "aria-relevant" :: String, "aria-required" :: String, "aria-roledescription" :: String, "aria-rowcount" :: String, "aria-rowindex" :: String, "aria-rowspan" :: String, "aria-selected" :: String, "aria-setsize" :: String, "aria-sort" :: String, "aria-valuemax" :: String, "aria-valuemin" :: String, "aria-valuenow" :: String, "aria-valuetext" :: String, autoComplete :: Boolean, autoFocus :: Boolean, autoPlay :: Boolean, capture :: Boolean, cellPadding :: String, cellSpacing :: String, charSet :: String, classID :: String, className :: String, colSpan :: Int, contentEditable :: Boolean, contextMenu :: String, crossOrigin :: String, dangerouslySetInnerHTML :: { __html :: String }, datatype :: String, dateTime :: String, dir :: String, draggable :: Boolean, encType :: String, formAction :: String, formEncType :: String, formMethod :: String, formNoValidate :: Boolean, formTarget :: String, frameBorder :: String, hidden :: Boolean, hrefLang :: String, htmlFor :: String, httpEquiv :: String, icon :: String, id :: String, inlist :: String, inputMode :: String, is :: String, itemID :: String, itemProp :: String, itemRef :: String, itemScope :: Boolean, itemType :: String, key :: String, keyParams :: String, keyType :: String, lang :: String, marginHeight :: String, marginWidth :: String, maxLength :: Int, mediaGroup :: String, minLength :: Int, name :: String, noValidate :: Boolean, onBlur :: EventHandler SyntheticEvent, onClick :: EventHandler SyntheticEvent, onDoubleClick :: EventHandler SyntheticEvent, onFocus :: EventHandler SyntheticEvent, onKeyDown :: EventHandler KeyboardEvent, onKeyPress :: EventHandler KeyboardEvent, onKeyUp :: EventHandler KeyboardEvent, onMouseDown :: EventHandler MouseEvent, onMouseEnter :: EventHandler MouseEvent, onMouseLeave :: EventHandler MouseEvent, onMouseMove :: EventHandler MouseEvent, onMouseOut :: EventHandler MouseEvent, onMouseOver :: EventHandler MouseEvent, onMouseUp :: EventHandler MouseEvent, onScroll :: EventHandler SyntheticEvent, onTouchCancel :: EventHandler TouchEvent, onTouchEnd :: EventHandler TouchEvent, onTouchMove :: EventHandler TouchEvent, onTouchStart :: EventHandler TouchEvent, prefix :: String, property :: String, radioGroup :: String, readOnly :: Boolean, ref :: Ref HTMLMapElement, resource :: String, role :: String, role :: String, rowSpan :: Int, scoped :: Boolean, seamless :: Boolean, security :: String, spellCheck :: Boolean, srcLang :: String, srcSet :: String, style :: CSS, suppressContentEditableWarning :: Boolean, tabIndex :: Int, title :: String, typeof :: String, unselectable :: Boolean, useMap :: String, vocab :: String, wmode :: String) => ValidReactProps (Record props) => Record props -> content -> ReactElement
map :: forall (content :: Type). ReactChildren content => String -> content -> ReactElement
map :: forall db da b a. Patch a da => Patch b db => (Jet a -> Jet b) -> Jet (IArray a) -> Jet (IArray b)
Modify each array element by applying the specified function.
map :: forall b a. (a -> b) -> Jet (Atomic a) -> Jet (Atomic b)
Change an Atomic value using a regular function.
map :: forall db b da a k. Ord k => Patch a da => Patch b db => (Jet a -> Jet b) -> Jet (IMap k a) -> Jet (IMap k b)
Update every key by applying a function.
map :: forall m. Array (Prop m) -> Component m -> Component m
Map :: forall k v. (Map String (Tuple k v)) -> Map k v
A map object (http://leafletjs.com/reference-1.0.3.html#map-example)
map :: forall e. String -> LatLng -> Zoom -> Eff (leaflet :: LEAFLET | e) Map
map domID latLng zoom creates a new map object centered at latLng, at
zoom level zoom, and attaches it to the DOM element with ID domID.