-
public final class LiveDataUtilsKt
-
-
Method Summary
Modifier and Type Method Description final static <T1 extends Any, T2 extends Any, RESULT extends Any> LiveData<RESULT>combineLiveData(LiveData<T1> t1, LiveData<T2> t2, Function2<T1, T2, RESULT> callback)final static <T1 extends Any, T2 extends Any, T3 extends Any, RESULT extends Any> LiveData<RESULT>combineLiveData(LiveData<T1> t1, LiveData<T2> t2, LiveData<T3> t3, Function3<T1, T2, T3, RESULT> callback)final static <T1 extends Any, T2 extends Any, T3 extends Any, T4 extends Any, RESULT extends Any> LiveData<RESULT>combineLiveData(LiveData<T1> t1, LiveData<T2> t2, LiveData<T3> t3, LiveData<T4> t4, Function4<T1, T2, T3, T4, RESULT> callback)final static <T1 extends Any, T2 extends Any, T3 extends Any, T4 extends Any, T5 extends Any, RESULT extends Any> LiveData<RESULT>combineLiveData(LiveData<T1> t1, LiveData<T2> t2, LiveData<T3> t3, LiveData<T4> t4, LiveData<T5> t5, Function5<T1, T2, T3, T4, T5, RESULT> callback)final static <T1 extends Any, T2 extends Any, T3 extends Any, T4 extends Any, T5 extends Any, T6 extends Any, RESULT extends Any> LiveData<RESULT>combineLiveData(LiveData<T1> t1, LiveData<T2> t2, LiveData<T3> t3, LiveData<T4> t4, LiveData<T5> t5, LiveData<T6> t6, Function6<T1, T2, T3, T4, T5, T6, RESULT> callback)final static <T1 extends Any, T2 extends Any, T3 extends Any, T4 extends Any, T5 extends Any, T6 extends Any, T7 extends Any, RESULT extends Any> LiveData<RESULT>combineLiveData(LiveData<T1> t1, LiveData<T2> t2, LiveData<T3> t3, LiveData<T4> t4, LiveData<T5> t5, LiveData<T6> t6, LiveData<T7> t7, Function7<T1, T2, T3, T4, T5, T6, T7, RESULT> callback)-
-
Method Detail
-
combineLiveData
final static <T1 extends Any, T2 extends Any, RESULT extends Any> LiveData<RESULT> combineLiveData(LiveData<T1> t1, LiveData<T2> t2, Function2<T1, T2, RESULT> callback)
-
combineLiveData
final static <T1 extends Any, T2 extends Any, T3 extends Any, RESULT extends Any> LiveData<RESULT> combineLiveData(LiveData<T1> t1, LiveData<T2> t2, LiveData<T3> t3, Function3<T1, T2, T3, RESULT> callback)
-
combineLiveData
final static <T1 extends Any, T2 extends Any, T3 extends Any, T4 extends Any, RESULT extends Any> LiveData<RESULT> combineLiveData(LiveData<T1> t1, LiveData<T2> t2, LiveData<T3> t3, LiveData<T4> t4, Function4<T1, T2, T3, T4, RESULT> callback)
-
combineLiveData
final static <T1 extends Any, T2 extends Any, T3 extends Any, T4 extends Any, T5 extends Any, RESULT extends Any> LiveData<RESULT> combineLiveData(LiveData<T1> t1, LiveData<T2> t2, LiveData<T3> t3, LiveData<T4> t4, LiveData<T5> t5, Function5<T1, T2, T3, T4, T5, RESULT> callback)
-
combineLiveData
final static <T1 extends Any, T2 extends Any, T3 extends Any, T4 extends Any, T5 extends Any, T6 extends Any, RESULT extends Any> LiveData<RESULT> combineLiveData(LiveData<T1> t1, LiveData<T2> t2, LiveData<T3> t3, LiveData<T4> t4, LiveData<T5> t5, LiveData<T6> t6, Function6<T1, T2, T3, T4, T5, T6, RESULT> callback)
-
combineLiveData
final static <T1 extends Any, T2 extends Any, T3 extends Any, T4 extends Any, T5 extends Any, T6 extends Any, T7 extends Any, RESULT extends Any> LiveData<RESULT> combineLiveData(LiveData<T1> t1, LiveData<T2> t2, LiveData<T3> t3, LiveData<T4> t4, LiveData<T5> t5, LiveData<T6> t6, LiveData<T7> t7, Function7<T1, T2, T3, T4, T5, T6, T7, RESULT> callback)
-
-
-
-