Dodaj metodę do String Class Scala
object CoolString {
implicit class CoolString(string: String) {
def newMethod() = ???
}
}
QuackAttack69
object CoolString {
implicit class CoolString(string: String) {
def newMethod() = ???
}
}