R/00_generics.R

myNotImplemented <- function() {
 	stop("MyNotImplemented")
}
setGeneric("map", function(this, f) standardGeneric("map"))
setGeneric("lift", function(this, f) standardGeneric("lift"))
setGeneric("flatMap", function(this, f) standardGeneric("flatMap"))
setGeneric("fold", function(this, f, g) standardGeneric("fold"))
setGeneric("ap", function(this, fab) standardGeneric("ap"))
andreamelloncelli/funObject documentation built on May 7, 2019, 8:25 a.m.