whether the placeholder should be visible or not.
diff --git a/collections/dev.funkymuse.collections/add-if-not-exist.html b/collections/dev.funkymuse.collections/add-if-not-exist.html index 2082e3bc2..a3840e0e0 100644 --- a/collections/dev.funkymuse.collections/add-if-not-exist.html +++ b/collections/dev.funkymuse.collections/add-if-not-exist.html @@ -63,7 +63,7 @@
Returns an empty new ArrayDeque.
Returns a new ArrayDeque with the given elements.
Returns an empty new ArrayDeque.
Returns a new ArrayDeque with the given elements.
get All the InMemoryCache of an Specific Type.
get All the InMemoryCache of an Specific Type.
Returns true if the current layout direction is View.LAYOUT_DIRECTION_RTL.
Returns true if the current layout direction is View.LAYOUT_DIRECTION_RTL.
Extension method to run block of code after specific Delay.
Extension method to run block of code after specific Delay.
Extension method to run block of code on UI Thread after specific Delay.
Extension method to run block of code on UI Thread after specific Delay.
Returns true if the current layout direction is View.LAYOUT_DIRECTION_RTL.
This always returns false on versions below JELLY_BEAN_MR1.
Returns true if the current layout direction is View.LAYOUT_DIRECTION_RTL.
This always returns false on versions below JELLY_BEAN_MR1.
Returns a pseudo-random number between min and max, inclusive. The difference between min and max can be at most Integer.MAX_VALUE - 1
.
Integer between min and max, inclusive.
Minimum value
Maximum value. Must be greater than min.
Returns a pseudo-random number between min and max, inclusive. The difference between min and max can be at most Integer.MAX_VALUE - 1
.
Integer between min and max, inclusive.
Minimum value
Maximum value. Must be greater than min.
Don't forget to call ItemTouchHelper.attachToRecyclerView on this since it returns ItemTouchHelper or use addDrag as an extension function
Don't forget to call ItemTouchHelper.attachToRecyclerView on this since it returns ItemTouchHelper or use addDrag as an extension function
Don't forget to call ItemTouchHelper.attachToRecyclerView on this since it returns ItemTouchHelper or use addSwipe
Don't forget to call ItemTouchHelper.attachToRecyclerView on this since it returns ItemTouchHelper or use addSwipe
Don't forget to call ItemTouchHelper.attachToRecyclerView on this since it returns ItemTouchHelper or use addDrag as an extension function
ItemTouchHelper
Adapter<*>
MutableList
Don't forget to call ItemTouchHelper.attachToRecyclerView on this since it returns ItemTouchHelper or use addDrag as an extension function
ItemTouchHelper
Adapter<*>
MutableList
Traverses current class and all the super classes (parents)
Traverses current class and all the super classes (parents)
Get DeclaredMethod
Get DeclaredMethod
In order to cache the response build cache see @see Context.retrofitCache()
In order to cache the response build cache see @see Context.retrofitCache()
Sets the retrofit to accept all untrusted/unsafe communications, USE WITH CAUTION!
OkHttpClient.Builder
Sets the retrofit to accept all untrusted/unsafe communications, USE WITH CAUTION!
OkHttpClient.Builder
Copies this files to the destination one, no matter file system permissions. Requires root permissions.
Copies this files to the destination one, no matter file system permissions. Requires root permissions.
Installs file as APK without asking permission. Requires root permissions.
Installs file as APK without asking permission. Requires root permissions.
Installs file as APK without asking permission. Requires root permissions.
Installs file as APK without asking permission. Requires root permissions.
Create a DocumentFile representing the filesystem tree rooted at the given File. This doesn't give you any additional access to the underlying files beyond what your app already has.
Create a DocumentFile representing the filesystem tree rooted at the given File. This doesn't give you any additional access to the underlying files beyond what your app already has.
Save String to a Given File
Save String to a Given File
Save String to a Given File
Save String to a Given File
Sets receiver's visibility to View.GONE if value is true; sets it to View.VISIBLE otherwise. Opposite of expandIf; also see hideIf.
Sets receiver's visibility to View.GONE if value is true; sets it to View.VISIBLE otherwise. Opposite of expandIf; also see hideIf.
Sets receiver's visibility to View.GONE if TextView.getText is null or empty; sets it to View.VISIBLE otherwise.
Sets receiver's visibility to View.GONE if TextView.getText is null or empty; sets it to View.VISIBLE otherwise.
Sets receiver's visibility to View.INVISIBLE if value is true; sets it to View.VISIBLE otherwise. Opposite of showIf; also see collapseIf.
Sets receiver's visibility to View.INVISIBLE if value is true; sets it to View.VISIBLE otherwise. Opposite of showIf; also see collapseIf.
Sets receiver's visibility to View.INVISIBLE if TextView.getText is null or empty; sets it to View.VISIBLE otherwise.
Sets receiver's visibility to View.INVISIBLE if TextView.getText is null or empty; sets it to View.VISIBLE otherwise.
Call View.requestApplyInsets in a safe away. If we're attached it calls it straight-away. If not it sets an View.OnAttachStateChangeListener and waits to be attached before calling View.requestApplyInsets.
Call View.requestApplyInsets in a safe away. If we're attached it calls it straight-away. If not it sets an View.OnAttachStateChangeListener and waits to be attached before calling View.requestApplyInsets.
Call View.requestApplyInsets in a safe away. If we're attached it calls it straight-away. If not it sets an View.OnAttachStateChangeListener and waits to be attached before calling View.requestApplyInsets.
Call View.requestApplyInsets in a safe away. If we're attached it calls it straight-away. If not it sets an View.OnAttachStateChangeListener and waits to be attached before calling View.requestApplyInsets.