add

open fun add(typeSolver: TypeSolver, resetCache: Boolean)(source)

Append a type solver to the current solver.

Parameters

typeSolver

The type solver to be appended.

resetCache

If should reset the cache when the solver is inserted.


open fun add(typeSolver: TypeSolver)(source)

Append a type solver to the current solver. By default the cached values will be removed.

Parameters

typeSolver

The type solver to be appended.