CheckInterfaceImplementation.Rd
Checks to see if R6Class
has fully implemented
an interface contract.
CheckInterfaceImplementation(R6Class)
R6Class | an R6 class in this library or a character string of the class name in this library. |
---|
NULL if successful. Raises a fatal error if finds a missing method
expected in R6Class
.