public final class Functions extends Object
Modifier and Type | Method and Description |
---|---|
static <T> io.reactivex.functions.Function<Object,T> |
constant(T value) |
static <T> io.reactivex.functions.Function<T,T> |
identity() |
static <T,R> io.reactivex.functions.Function<T,R> |
throwing() |
static <T> io.reactivex.functions.Function<T,String> |
toStringFunction() |
public static <T> io.reactivex.functions.Function<Object,T> constant(T value)
public static <T> io.reactivex.functions.Function<T,T> identity()
public static <T,R> io.reactivex.functions.Function<T,R> throwing()
public static <T> io.reactivex.functions.Function<T,String> toStringFunction()
Copyright © 2013–2020. All rights reserved.