org
.
virtuslab
.
beholder
.
utils
ILikeExtension
final
class
ILikeExtension
[
B
]
extends
AnyVal
with
ExtensionMethods
[
String
,
B
]
Adds ilike operator to slick.
Linear Supertypes
ExtensionMethods
[
String
,
B
],
AnyVal
,
NotNull
,
Any
Ordering
Alphabetic
By inheritance
Inherited
ILikeExtension
ExtensionMethods
AnyVal
NotNull
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Instance Constructors
new
ILikeExtension
(
c:
Column
[
B
]
)
Type Members
type
o
=
AnyRef
{ ... /* 3 definitions in type refinement */ }
Attributes
protected[this]
Definition Classes
ExtensionMethods
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
##
()
:
Int
Definition Classes
Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
implicit
def
b1Type
:
TypedType
[
String
]
Attributes
protected[this]
Definition Classes
ExtensionMethods
val
c
:
Column
[
B
]
Definition Classes
ILikeExtension
→ ExtensionMethods
def
getClass
()
:
Class
[_ <:
AnyVal
]
Definition Classes
AnyVal → Any
def
ilike
[
R
]
(
e:
String
)
(
implicit
om:
OptionMapper2
[
String
,
String
,
Boolean
,
B
,
B
,
R
]
)
:
Column
[
R
]
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
n
:
Node
Attributes
protected[this]
Definition Classes
ExtensionMethods
Annotations
@inline
()
implicit
def
optionType
:
TypedType
[
Option
[
String
]]
Attributes
protected[this]
Definition Classes
ExtensionMethods
implicit
def
p1Type
:
TypedType
[
B
]
Attributes
protected[this]
Definition Classes
ExtensionMethods
Annotations
@inline
()
def
toString
()
:
String
Definition Classes
Any
Inherited from
ExtensionMethods
[
String
,
B
]
Inherited from
AnyVal
Inherited from
NotNull
Inherited from
Any
Ungrouped
Adds ilike operator to slick.