scala.util.control.TailCalls.TailRec
sealed abstract class TailRec[
+A]
This class represents a tailcalling computation.
AttributesContinue the computation with f
and merge the trampolining of this computation with that of f
.
Continue the computation with f
and merge the trampolining of this computation with that of f
.
Continue the computation with f
.
Returns the result of the tailcalling computation.
Returns the result of the tailcalling computation.
AttributesReturns either the next step of the tailcalling computation, or the result if there are no more steps.
Returns either the next step of the tailcalling computation, or the result if there are no more steps.
AttributesRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4