Apply# class prose.blocks.utils.Apply(function: callable, name: Optional[str] = None)# Apply a function to an image. Parameters: function (callable) – function to apply of the form callable(image) -> None