Functor | R Documentation |
Functor class.
Functor class.
new()
Functor$new()
fmap()
Functor$fmap(fun)
fun
function
fmap :: (a -> b) -> f a (=self) -> f b
clone()
The objects of this class are cloneable with this method.
Functor$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.