trait BaseHelpers extends DateHandling
Ordering
- Alphabetic
- By Inheritance
Inherited
- BaseHelpers
- DateHandling
- RegexMatching
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
implicit
class
Regex extends AnyRef
- Definition Classes
- RegexMatching
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
bigDec(arg: Any): BigDecimal
- Attributes
- protected
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
-
def
date2datomic(date: Date): String
- Definition Classes
- DateHandling
-
def
date2str(date: Date, zoneOffset: ZoneOffset = localZoneOffset): String
- Definition Classes
- DateHandling
-
def
daylight(ms: Long): Int
- Definition Classes
- DateHandling
- def diff(s1: String, s2: String): Unit
-
def
double(arg: Any): String
- Attributes
- protected
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def escStr(s: String): String
-
def
expandDateStr(dateStr: String): String
- Definition Classes
- DateHandling
- def firstLow(str: Any): String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def getKwName(kw: String): String
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def indent(tabs: Int): String
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
localOffset: String
- Definition Classes
- DateHandling
-
def
localZoneOffset: ZoneOffset
- Definition Classes
- DateHandling
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def o(opt: Option[Any]): String
- final def oStr(opt: Option[String]): String
- final def oStr2(opt: Option[String]): String
-
def
okEnumIdent(enumIdent: String): String
- Attributes
- protected
-
def
okIdent(name: String): String
- Attributes
- protected
-
def
okNamespaceName(name: String): String
- Attributes
- protected
-
def
okPartitionName(name: String): String
- Attributes
- protected
- final def opt(opt: Option[Any]): String
- final def optFilterAttr(opt: Option[(Int, List[String], Any)]): String
- def pad(longest: Int, shorter: Int): String
- def padS(longest: Int, str: String): String
- final def render(value: Any): String
- final def renderValidations(validations: Seq[(String, String)]): String
-
final
def
resetTimer(): Unit
- Attributes
- protected
- final def sq[T](values: Iterable[T]): String
- def ss(a: String, b: String, c: String): String
- def ss(a: String, b: String): String
-
def
str2date(s: String, zoneOffset: ZoneOffset = localZoneOffset): Date
- Definition Classes
- DateHandling
-
def
str2zdt(s: String, zoneOffset: ZoneOffset = localZoneOffset): ZonedDateTime
- Definition Classes
- DateHandling
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def thousands(i: Long): String
-
final
def
time(n: Int, prev: Int = 0): Unit
- Attributes
- protected
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
truncateDateStr(dateStr: String): String
- Definition Classes
- DateHandling
- def unescStr(s: String): String
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def withDecimal(v: Any): String
-
def
zone: ZoneId
- Definition Classes
- DateHandling
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated