trait StringLib extends Library
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- StringLib
- Library
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
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
- val Boolean: UnaryFunc
- val Concat: BinaryFunc
- val Decimal: UnaryFunc
- val Integer: UnaryFunc
- val Length: UnaryFunc
- val Like: TernaryFunc
- val Lower: UnaryFunc
- val Null: UnaryFunc
- val Search: TernaryFunc
- val Split: BinaryFunc
- val Substring: TernaryFunc
- val ToString: UnaryFunc
- val Upper: UnaryFunc
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
basicUntyper[N <: Nat]: Untyper[N]
- Attributes
- protected
- Definition Classes
- Library
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
constTyper[N <: Nat](codomain: Codomain): Typer[N]
- Attributes
- protected
- Definition Classes
- Library
- val dateRegex: String
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- val floatRegex: String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val intRegex: String
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def matchAnywhere(str: slamdata.Predef.String, pattern: slamdata.Predef.String, insen: slamdata.Predef.Boolean): Boolean
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
val
noSimplification: Simplifier
- Attributes
- protected
- Definition Classes
- Library
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
numericWidening: Typer[shapeless.Nat._2]
- Attributes
- protected
- Definition Classes
- Library
-
def
partialTyper[N <: Nat](f: slamdata.Predef.PartialFunction[Domain[N], Codomain]): Typer[N]
- Attributes
- protected
- Definition Classes
- Library
-
def
partialTyperV[N <: Nat](f: slamdata.Predef.PartialFunction[Domain[N], VCodomain]): Typer[N]
- Definition Classes
- Library
-
def
partialUntyper[N <: Nat](f: slamdata.Predef.PartialFunction[Codomain, Domain[N]]): Untyper[N]
- Attributes
- protected
- Definition Classes
- Library
-
def
partialUntyperOV[N <: Nat](f: (Codomain) ⇒ slamdata.Predef.Option[VDomain[N]]): Untyper[N]
- Attributes
- protected
- Definition Classes
- Library
-
def
partialUntyperV[N <: Nat](f: slamdata.Predef.PartialFunction[Codomain, VDomain[N]]): Untyper[N]
- Attributes
- protected
- Definition Classes
- Library
-
def
safeSubstring(str: slamdata.Predef.String, start: slamdata.Predef.Int, length: slamdata.Predef.Int): slamdata.Predef.String
Substring which always gives a result, no matter what offsets are provided.
Substring which always gives a result, no matter what offsets are provided. Reverse-engineered from MongoDb's $substr op, for lack of a better idea of how this should work. Note: if
start< 0, the result is"". Iflength< 0, then result includes the rest of the string. Otherwise the behavior is as you might expect. -
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val timeRegex: String
- val timestampRegex: String
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
untyper[N <: Nat](f: (Codomain) ⇒ VDomain[N]): Untyper[N]
- Attributes
- protected
- Definition Classes
- Library
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )