Main Content

hasNext

Class: systemcomposer.rptgen.finder.FunctionFinder
Package: systemcomposer.rptgen.finder

Determine if function search result queue is nonempty

Since R2022b

Syntax

nonempty = hasNext(finder)

Description

nonempty = hasNext(finder) determines whether the Function search result queue is nonempty.

Input Arguments

expand all

Function finder, specified as a systemcomposer.rptgen.finder.FunctionFinder object.

Output Arguments

expand all

Whether queue is nonempty, returned as a logical.

Data Types: logical

Version History

Introduced in R2022b