Whitespace

This commit is contained in:
Gary Gregory 2023-08-04 21:04:13 -04:00
parent 0ede42bbdc
commit 8646731037
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ public interface FailableFunction<T, R, E extends Throwable> {
/**
* Starts a fluent chain like {@code function(foo::bar).andThen(...).andThen(...).apply(...);}
*
*
* @param <T> Input type.
* @param <R> Return type.
* @param <E> The kind of thrown exception or error.