String2TimeConverter

object String2TimeConverter extends Converter[String, Time]

Convert String to Time.

Convert HH:mm:ss to java.sql.Time
Convert HH:mm to java.sql.Time

Since

4.0.3

trait Converter[String, Time]
trait String => Time
class Object
trait Matchable
class Any

Value members

Concrete methods

override
def apply(input: String): Time
Definition Classes
Function1

Inherited methods

@unspecialized
def andThen[A](g: Time => A): String => A
Inherited from
Function1
@unspecialized
def compose[A](g: A => String): A => Time
Inherited from
Function1
override
def toString(): String
Definition Classes
Function1 -> Any
Inherited from
Function1