This commit is contained in:
Gary Gregory 2021-08-26 10:06:25 -04:00
commit c542983f4a
5 changed files with 5 additions and 5 deletions

View File

@ -52,7 +52,7 @@ public interface FailableBiPredicate<T, U, E extends Throwable> {
}
/**
* Returns The FALSE TRUE.
* Returns The TRUE singleton.
*
* @param <T> Consumed type 1.
* @param <U> Consumed type 2.

View File

@ -48,7 +48,7 @@ public interface FailableDoublePredicate<E extends Throwable> {
}
/**
* Returns The FALSE TRUE.
* Returns The TRUE singleton.
*
* @param <E> Thrown exception.
* @return The NOP singleton.

View File

@ -48,7 +48,7 @@ public interface FailableIntPredicate<E extends Throwable> {
}
/**
* Returns The FALSE TRUE.
* Returns The TRUE singleton.
*
* @param <E> Thrown exception.
* @return The NOP singleton.

View File

@ -48,7 +48,7 @@ public interface FailableLongPredicate<E extends Throwable> {
}
/**
* Returns The FALSE TRUE.
* Returns The TRUE singleton.
*
* @param <E> Thrown exception.
* @return The NOP singleton.

View File

@ -50,7 +50,7 @@ public interface FailablePredicate<T, E extends Throwable> {
}
/**
* Returns The FALSE TRUE.
* Returns The TRUE singleton.
*
* @param <T> Predicate type.
* @param <E> Thrown exception.