public interface StringUtilities
Modifier and Type | Method and Description |
---|---|
static String |
spaceAfter(Optional<String> in) |
static String |
spaceAfter(String in) |
static String |
spaceBefore(Optional<String> in) |
static String |
spaceBefore(String in) |
Copyright © 2016–2018 MyBatis.org. All rights reserved.