| Package | Description |
|---|---|
| org.datavec.api.transform.transform.string | |
| org.datavec.api.writable |
| Modifier and Type | Method and Description |
|---|---|
Text |
ReplaceStringTransform.map(Writable writable) |
Text |
StringMapTransform.map(Writable writable) |
abstract Text |
BaseStringTransform.map(Writable writable)
Transform the writable in to a
string
|
Text |
ConvertToString.map(Writable writable)
Transform the writable in to a
string
|
Text |
ChangeCaseStringTransform.map(Writable writable) |
Text |
RemoveWhiteSpaceTransform.map(Writable writable) |
Text |
MapAllStringsExceptListTransform.map(Writable writable) |
Text |
ReplaceEmptyStringTransform.map(Writable writable) |
| Modifier and Type | Method and Description |
|---|---|
void |
Text.set(Text other)
copy a text.
|
| Constructor and Description |
|---|
Text(Text utf8)
Construct from another text.
|
Copyright © 2019. All rights reserved.