case class FilterIncrementJs(swf: SWDiscoveryJs, negation: Boolean = false) extends Product with Serializable
- Annotations
- @JSExportTopLevel("SWFilterIncrement")
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- FilterIncrementJs
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new FilterIncrementJs(swf: SWDiscoveryJs, negation: Boolean = false)
Value Members
- def contains(l: Any): SWDiscoveryJs
- Annotations
- @JSExport()
- def equal(value: Any): SWDiscoveryJs
- Annotations
- @JSExport()
- def inf(value: Any): SWDiscoveryJs
- Annotations
- @JSExport()
- def infEqual(value: Any): SWDiscoveryJs
- Annotations
- @JSExport()
- def isBlank: SWDiscoveryJs
- Annotations
- @JSExport()
- def isLiteral: SWDiscoveryJs
- Annotations
- @JSExport()
- def isUri: SWDiscoveryJs
- Annotations
- @JSExport()
- val negation: Boolean
- def not: FilterIncrementJs
- Annotations
- @JSExport()
- def notEqual(value: Any): SWDiscoveryJs
- Annotations
- @JSExport()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def regex(pattern: Any, flags: Any = ""): SWDiscoveryJs
- def strEnds(string: Any): SWDiscoveryJs
- Annotations
- @JSExport()
- def strStarts(string: Any): SWDiscoveryJs
- Annotations
- @JSExport()
- def sup(value: Any): SWDiscoveryJs
- Annotations
- @JSExport()
- def supEqual(value: Any): SWDiscoveryJs
- Annotations
- @JSExport()
- val swf: SWDiscoveryJs