"vf"vf-class.RdClass vf stands for “virtual function”
Objects can be created by calls of the form new("vf", ...).
.Data:Object of class "function"
signature(e1 = "function", e2 = "vf"): ...
signature(e1 = "ANY", e2 = "vf"): ...
signature(e1 = "vf", e2 = "function"): ...
signature(e1 = "vf", e2 = "missing"): ...
signature(e1 = "vf", e2 = "ANY"): ...
signature(e1 = "vf", e2 = "vf"): ...
signature(x = "vf"): ...
signature(x = "vf"): ...
signature(from = "function", to = "vf"): ...
signature(from = "ANY", to = "vf"): ...
signature(from = "vf", to = "function"): ...
signature(e1 = "function", e2 = "vf"): ...
signature(e1 = "ANY", e2 = "vf"): ...
signature(e1 = "vf", e2 = "function"): ...
signature(e1 = "vf", e2 = "ANY"): ...
signature(e1 = "vf", e2 = "vf"): ...
signature(x = "vf"): ...
showClass("vf")
#> Class "vf" [package "vfunc"]
#>
#> Slots:
#>
#> Name: .Data
#> Class: function