Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-lang.git
This commit is contained in:
commit
c542983f4a
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue