NullObject: Null Object Pattern

View source: R/base-NullObject.R

NullObjectR Documentation

Null Object Pattern

Description

Model a domain concept using natural lingo of the domain experts, such as “Passenger”, “Address”, and “Money”.

Usage

NullObject()

See Also

Other base design patterns: Singleton, ValueObject()

Examples

# See more examples at <https://tidylab.github.io/R6P/articles>

colnames(NullObject())
nrow(NullObject())

R6P documentation built on April 12, 2025, 1:33 a.m.