We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a24b159 commit 81f0ad0Copy full SHA for 81f0ad0
core/src/main/java/fj/control/Trampoline.java
@@ -189,7 +189,7 @@ public Trampoline<A> f(final P1<Trampoline<A>> trampolineP1) {
189
public abstract <B> Trampoline<B> bind(final F<A, Trampoline<B>> f);
190
191
/**
192
- * Maps the given function across the result of this trampoline. Monadic bind.
+ * Maps the given function across the result of this trampoline.
193
*
194
* @param f A function that gets applied to the result of this trampoline.
195
* @return A new trampoline that runs this trampoline, then applies the given function to the result.
0 commit comments