JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.facebook.litho
Interface Equivalence<T>
All Known Implementing Classes:
Card
,
CardClip
,
CardShadow
,
Column
,
Component
,
DataDiffSection
,
EditText
,
EmptyComponent
,
HideableDataDiffSection
,
HorizontalScroll
,
Image
,
Progress
,
Recycler
,
RecyclerCollectionComponent
,
Row
,
Section
,
SectionsTestHelper
,
SingleComponentSection
,
SizeSpecMountWrapperComponent
,
SolidColor
,
Spinner
,
TestComponent
,
TestComponent
,
TestDrawableComponent
,
TestLayoutComponent
,
TestNullLayoutComponent
,
TestSectionCreator.ChildrenSectionTest
,
TestSectionCreator.TestSection
,
TestSizeDependentComponent
,
TestTransitionComponent
,
TestViewComponent
,
Text
,
TextInput
,
TransparencyEnabledCard
,
TransparencyEnabledCardClip
,
VerticalScroll
,
ViewCompatComponent
,
Wrapper
public interface
Equivalence<T>
Equivalence is a Component/Section concept to have a custom equal-like method.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
boolean
isEquivalentTo
(
T
other)
Method Detail
isEquivalentTo
boolean isEquivalentTo(
T
other)
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method