Uses of Class
dk.cloudcreate.essentials.shared.functional.tuple.comparable.ComparableSingle
-
Packages that use ComparableSingle Package Description dk.cloudcreate.essentials.shared.functional.tuple.comparable -
-
Uses of ComparableSingle in dk.cloudcreate.essentials.shared.functional.tuple.comparable
Methods in dk.cloudcreate.essentials.shared.functional.tuple.comparable that return ComparableSingle Modifier and Type Method Description <R1 extends Comparable<? super R1>>
ComparableSingle<R1>ComparableSingle. map(Function<? super T1,? extends R1> mappingFunction)Maps the element of thisComparableSingleusing the mapping functionstatic <T1 extends Comparable<? super T1>>
ComparableSingle<T1>ComparableTuple. of(T1 t1)Create a newComparableTuplewith 1 elementMethods in dk.cloudcreate.essentials.shared.functional.tuple.comparable with parameters of type ComparableSingle Modifier and Type Method Description intComparableSingle. compareTo(ComparableSingle<T1> o)
-