Uses of Interface
org.apache.sshd.common.util.functors.UnaryEquator
-
Packages that use UnaryEquator Package Description org.apache.sshd.common.util org.apache.sshd.common.util.functors org.apache.sshd.common.util.io -
-
Uses of UnaryEquator in org.apache.sshd.common.util
Methods in org.apache.sshd.common.util with parameters of type UnaryEquator Modifier and Type Method Description static <T> int
GenericUtils. findFirstDifferentValueIndex(java.lang.Iterable<? extends T> c1, java.lang.Iterable<? extends T> c2, UnaryEquator<? super T> equator)
static <T> int
GenericUtils. findFirstDifferentValueIndex(java.util.Iterator<? extends T> i1, java.util.Iterator<? extends T> i2, UnaryEquator<? super T> equator)
static <T> int
GenericUtils. findFirstDifferentValueIndex(java.util.List<? extends T> c1, java.util.List<? extends T> c2, UnaryEquator<? super T> equator)
-
Uses of UnaryEquator in org.apache.sshd.common.util.functors
Methods in org.apache.sshd.common.util.functors that return UnaryEquator Modifier and Type Method Description default UnaryEquator<T>
UnaryEquator. and(UnaryEquator<? super T> other)
Returns a composed equator that represents a short-circuiting logical AND of this equator and another.static <T> UnaryEquator<T>
UnaryEquator. comparing(java.util.Comparator<? super T> c)
static <T> UnaryEquator<T>
UnaryEquator. defaultEquality()
static <T> UnaryEquator<T>
UnaryEquator. falsum()
default UnaryEquator<T>
UnaryEquator. negate()
default UnaryEquator<T>
UnaryEquator. or(UnaryEquator<? super T> other)
Returns a composed equator that represents a short-circuiting logical AND of this equator and another.static <T> UnaryEquator<T>
UnaryEquator. referenceEquality()
static <T> UnaryEquator<T>
UnaryEquator. verum()
Methods in org.apache.sshd.common.util.functors with parameters of type UnaryEquator Modifier and Type Method Description default UnaryEquator<T>
UnaryEquator. and(UnaryEquator<? super T> other)
Returns a composed equator that represents a short-circuiting logical AND of this equator and another.default UnaryEquator<T>
UnaryEquator. or(UnaryEquator<? super T> other)
Returns a composed equator that represents a short-circuiting logical AND of this equator and another. -
Uses of UnaryEquator in org.apache.sshd.common.util.io
Fields in org.apache.sshd.common.util.io declared as UnaryEquator Modifier and Type Field Description static UnaryEquator<java.nio.file.Path>
PathUtils. EQ_CASE_INSENSITIVE_FILENAME
static UnaryEquator<java.nio.file.Path>
PathUtils. EQ_CASE_SENSITIVE_FILENAME
-