core
/
dev.fritz2.identification
/
Inspector
common
Inspector
interface
Inspector
<
T
>
Content copied to clipboard
represents the data and corresponding id of certain value in a deep nested model structure.
Functions
Properties
Inheritors
Functions
equals
Link copied to clipboard
common
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
common
open fun
hashCode
():
Int
Content copied to clipboard
sub
Link copied to clipboard
common
abstract fun <
X
>
sub
(lens:
Lens
<
T
,
X
>):
Inspector
<
X
>
Content copied to clipboard
creates a new
Inspector
for a part of your underlying data-model
toString
Link copied to clipboard
common
open fun
toString
():
String
Content copied to clipboard
Properties
data
Link copied to clipboard
common
abstract val
data
:
T
Content copied to clipboard
T
representation of stored data
id
Link copied to clipboard
common
abstract val
id
:
String
Content copied to clipboard
String
representation of the corresponding id
Inheritors
RootInspector
Link copied to clipboard
SubInspector
Link copied to clipboard