com
.
github
.
levkhomich
.
scatebot
.
dsl
.
directives
SourceDirectives
Related Docs:
trait SourceDirectives
|
package directives
object
SourceDirectives
extends
SourceDirectives
Linear Supertypes
SourceDirectives
,
TextMatchers
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
SourceDirectives
SourceDirectives
TextMatchers
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Type Members
final
case class
ExactWord
(
s:
String
)
extends
TextMatcher0
with
Product
with
Serializable
Definition Classes
TextMatchers
final
case class
ExactWordAnyCase
(
s:
String
)
extends
TextMatcher0
with
Product
with
Serializable
Definition Classes
TextMatchers
abstract
class
NumberMatcher
[
T
]
extends
TextMatcher1
[
T
]
Definition Classes
TextMatchers
final
case class
OneOf
(
words:
TraversableOnce
[
String
]
)
extends
TextMatcher1
[
String
] with
Product
with
Serializable
Definition Classes
TextMatchers
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
object
HexIntNumber
extends
NumberMatcher
[
Int
]
Definition Classes
TextMatchers
object
HexLongNumber
extends
NumberMatcher
[
Long
]
Definition Classes
TextMatchers
object
IntNumber
extends
NumberMatcher
[
Int
]
Definition Classes
TextMatchers
object
LongNumber
extends
NumberMatcher
[
Long
]
Definition Classes
TextMatchers
val
Neutral
:
TextMatcher0
Definition Classes
TextMatchers
object
RemainingText
extends
TextMatcher1
[
String
]
Definition Classes
TextMatchers
object
RemainingWords
extends
TextMatcher1
[
Seq
[
String
]]
Definition Classes
TextMatchers
object
TextEnd
extends
TextMatcher0
Definition Classes
TextMatchers
object
Whitespace
extends
TextMatcher0
Definition Classes
TextMatchers
object
Word
extends
TextMatcher1
[
String
]
Definition Classes
TextMatchers
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
chat
:
Directive1
[
Chat
]
Definition Classes
SourceDirectives
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
filterChat
(
f: (
Chat
) ⇒
Boolean
)
:
Directive0
Definition Classes
SourceDirectives
def
filterFromUser
(
f: (
User
) ⇒
Boolean
)
:
Directive0
Definition Classes
SourceDirectives
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
def
forwardFrom
:
Directive1
[
User
]
Definition Classes
SourceDirectives
def
fromUser
:
Directive1
[
User
]
Definition Classes
SourceDirectives
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
message
:
Directive1
[
Message
]
Definition Classes
SourceDirectives
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
notForwarded
:
Directive0
Definition Classes
SourceDirectives
def
nothingMatcher
[
L
]
(
implicit
arg0:
Tuple
[
L
]
)
:
TextMatcher
[
L
]
Definition Classes
TextMatchers
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
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
@throws
(
...
)
Inherited from
SourceDirectives
Inherited from
TextMatchers
Inherited from
AnyRef
Inherited from
Any
Ungrouped