Package | Description |
---|---|
org.datavec.api.transform.transform.string | |
org.datavec.api.writable |
Modifier and Type | Method and Description |
---|---|
Text |
RemoveWhiteSpaceTransform.map(Writable writable) |
Text |
ReplaceStringTransform.map(Writable writable) |
Text |
ConvertToString.map(Writable writable)
Transform the writable in to a
string
|
Text |
ReplaceEmptyStringTransform.map(Writable writable) |
Text |
ChangeCaseStringTransform.map(Writable writable) |
abstract Text |
BaseStringTransform.map(Writable writable)
Transform the writable in to a
string
|
Text |
StringMapTransform.map(Writable writable) |
Text |
MapAllStringsExceptListTransform.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 © 2018. All rights reserved.