PagingDataEvent.Refresh


public final class PagingDataEvent.Refresh<T extends Object> extends PagingDataEvent


A refresh load event

Summary

Public methods

boolean
equals(Object other)
final @NonNull PlaceholderPaddedList<@NonNull T>

A PlaceholderPaddedList that contains the metadata of the new list that is presented upon this refresh event

final @NonNull PlaceholderPaddedList<@NonNull T>

A PlaceholderPaddedList that contains the metadata of the list presented prior to this refresh load event

int
@NonNull String

Public methods

equals

public boolean equals(Object other)

getNewList

Added in 3.3.0-rc01
public final @NonNull PlaceholderPaddedList<@NonNull T> getNewList()

A PlaceholderPaddedList that contains the metadata of the new list that is presented upon this refresh event

getPreviousList

Added in 3.3.0-rc01
public final @NonNull PlaceholderPaddedList<@NonNull T> getPreviousList()

A PlaceholderPaddedList that contains the metadata of the list presented prior to this refresh load event

hashCode

public int hashCode()

toString

public @NonNull String toString()