Whitespace
This commit is contained in:
parent
0ede42bbdc
commit
8646731037
|
@ -37,7 +37,7 @@ public interface FailableFunction<T, R, E extends Throwable> {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Starts a fluent chain like {@code function(foo::bar).andThen(...).andThen(...).apply(...);}
|
* Starts a fluent chain like {@code function(foo::bar).andThen(...).andThen(...).apply(...);}
|
||||||
*
|
*
|
||||||
* @param <T> Input type.
|
* @param <T> Input type.
|
||||||
* @param <R> Return type.
|
* @param <R> Return type.
|
||||||
* @param <E> The kind of thrown exception or error.
|
* @param <E> The kind of thrown exception or error.
|
||||||
|
|
Loading…
Reference in New Issue