Uses of Class
dev.morphia.aggregation.expressions.impls.TrimExpression
-
Packages that use TrimExpression Package Description dev.morphia.aggregation.expressions dev.morphia.aggregation.expressions.impls -
-
Uses of TrimExpression in dev.morphia.aggregation.expressions
Methods in dev.morphia.aggregation.expressions that return TrimExpression Modifier and Type Method Description static TrimExpressionStringExpressions. ltrim(Expression input)Removes whitespace or the specified characters from the beginning of a string.static TrimExpressionStringExpressions. rtrim(Expression input)Removes whitespace or the specified characters from the end of a string.static TrimExpressionStringExpressions. trim(Expression input)Removes whitespace or the specified characters from the beginning and end of a string. -
Uses of TrimExpression in dev.morphia.aggregation.expressions.impls
Methods in dev.morphia.aggregation.expressions.impls that return TrimExpression Modifier and Type Method Description TrimExpressionTrimExpression. chars(Expression chars)
-