CombinedTypeSolver

constructor(elements: Array<TypeSolver>)(source)
constructor(exceptionHandler: Predicate<Exception>, elements: Array<TypeSolver>)(source)
constructor(elements: Iterable<TypeSolver>)(source)


constructor(exceptionHandler: Predicate<Exception>, elements: Iterable<TypeSolver>)(source)

See also


constructor(exceptionHandler: Predicate<Exception>, elements: Iterable<TypeSolver>, typeCache: Cache<String, SymbolReference<ResolvedReferenceTypeDeclaration>>)(source)

Create a new instance of CombinedTypeSolver with a custom symbol cache.

Parameters

exceptionHandler

How exception should be handled.

elements

The list of elements to include by default.

typeCache

The cache to be used to store symbols.

See also