public class LabeledObject<T> extends Object
| Constructor and Description |
|---|
LabeledObject(T img,
String name) |
| Modifier and Type | Method and Description |
|---|---|
<U> LabeledObject<U> |
map(java.util.function.Function<T,U> f) |
String |
toString() |
@Nonnull public <U> LabeledObject<U> map(@Nonnull java.util.function.Function<T,U> f)
Copyright © 2019 SimiaCryptus Software. All rights reserved.