Search
Preparing search index...
The search index is not available
Tora
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Tora
Judgement
Class Judgement<T>
Type parameters
T
Hierarchy
Reference
<
T
>
Judgement
ApiParams
Index
Constructors
constructor
Properties
data
Methods
all
any
get
test
Value
Constructors
constructor
new
Judgement<T>
(
data
:
T
)
:
Judgement
<
T
>
Type parameters
T
Parameters
data:
T
Returns
Judgement
<
T
>
Properties
data
data
:
T
Methods
Protected
all
all
(
value
:
any
, types
:
(
RegExp
|
ValueType
)
[]
)
:
boolean
Parameters
value:
any
types:
(
RegExp
|
ValueType
)
[]
Returns
boolean
Protected
any
any
(
value
:
any
, types
:
(
RegExp
|
ValueType
)
[]
)
:
boolean
Parameters
value:
any
types:
(
RegExp
|
ValueType
)
[]
Returns
boolean
get
get
(
)
:
T
get<P>
(
path
:
P
)
:
undefined
|
PathValue
<
T
,
P
>
get<P>
(
path
:
P
, def
:
PathValue
<
T
,
P
>
)
:
Exclude
<
PathValue
<
T
,
P
>
,
undefined
>
Returns
T
Type parameters
P
:
string
|
`
${
string
}
.
${
string
}
`
|
`
${
string
}
.
${
string
}
.
${
string
}
`
|
`
${
string
}
.
${
string
}
.
${
string
}
.
${
string
}
`
|
`
${
string
}
.
${
string
}
.
${
string
}
.
${
string
}
.
${
string
}
`
Parameters
path:
P
Returns
undefined
|
PathValue
<
T
,
P
>
Type parameters
P
:
string
|
`
${
string
}
.
${
string
}
`
|
`
${
string
}
.
${
string
}
.
${
string
}
`
|
`
${
string
}
.
${
string
}
.
${
string
}
.
${
string
}
`
|
`
${
string
}
.
${
string
}
.
${
string
}
.
${
string
}
.
${
string
}
`
Parameters
path:
P
def:
PathValue
<
T
,
P
>
Returns
Exclude
<
PathValue
<
T
,
P
>
,
undefined
>
Protected
test
Value
test
Value
(
value
:
any
, type
?:
RegExp
|
ValueType
)
:
any
Parameters
value:
any
Optional
type:
RegExp
|
ValueType
Returns
any
Exports
Judgement
constructor
data
all
any
get
test
Value
Generated using
TypeDoc