case classFlatMap[A, +B](ta: Trampoline[A], k: (A) ⇒ Trampoline[B]) extends Trampoline[B] with Product with Serializable
A computation whose value is obtained by first runnning ta then
passing its value to the continutation k to get the computation
that provides the final value.
A computation whose value is obtained by first runnning
tathen passing its value to the continutationkto get the computation that provides the final value.