Uses of Class
dk.cloudcreate.essentials.shared.functional.tuple.Single
-
Packages that use Single Package Description dk.cloudcreate.essentials.shared.functional.tuple -
-
Uses of Single in dk.cloudcreate.essentials.shared.functional.tuple
Methods in dk.cloudcreate.essentials.shared.functional.tuple that return Single Modifier and Type Method Description <R1> Single<R1>Single. map(Function<? super T1,? extends R1> mappingFunction)Maps the element of thisSingleusing the mapping functionstatic <T1> Single<T1>Tuple. of(T1 t1)Create a newTuplewith 1 element
-