-
public class UnPeekLiveData.Builder<T>
-
-
Method Summary
Modifier and Type Method Description UnPeekLiveData.Builder<T>setAllowNullValue(boolean allowNullValue)UnPeekLiveData<T>create()-
-
Method Detail
-
setAllowNullValue
UnPeekLiveData.Builder<T> setAllowNullValue(boolean allowNullValue)
-
create
UnPeekLiveData<T> create()
-
-
-
-