T - the type parameterpublic class LabeledObject<T> extends Object
| Modifier and Type | Field and Description |
|---|---|
T |
data
The Data.
|
String |
label
The Label.
|
| Constructor and Description |
|---|
LabeledObject(T img,
String name)
Instantiates a new Labeled object.
|
| Modifier and Type | Method and Description |
|---|---|
<U> LabeledObject<U> |
map(Function<T,U> f)
Map labeled object.
|
String |
toString() |
Copyright © 2019 SimiaCryptus Software. All rights reserved.