mssm.isValid: Ensures type of objects

Description Usage Arguments Value Maintainer See Also

View source: R/tools.R

Description

Ensures that object object is of type class and return a boolean. If type is not valid, it generates a warning.

Usage

1
mssm.isValid(object, class, silent = F)

Arguments

object

a Java object to be validated.

class

the type that should be matched by object.

silent

Boolean preventing (TRUE) error message is not valid.

Value

A boolean indicating if the object is of expected type.

Maintainer

Vincent Branders <vincent.branders@uclouvain.be>.

See Also

.jinstanceof.


vbranders/mssm documentation built on Aug. 1, 2020, 11:45 a.m.