Skip to contents

Filter Class

Format

An R6Class generator object

Public fields

type

FilterType

data

FilterData [optional]

Methods


Method new()

Usage

Filter$new(type, data = NULL, ...)


Method toJSON()

Usage

Filter$toJSON()


Method fromJSON()

Usage

Filter$fromJSON(FilterJson)


Method toJSONString()

Usage

Filter$toJSONString()


Method fromJSONString()

Usage

Filter$fromJSONString(FilterJson)


Method clone()

The objects of this class are cloneable with this method.

Usage

Filter$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.