CombinedTypeSolver
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.