novx
Preparing search index...
core/src
BeforeAfterAspect
Class BeforeAfterAspect
Hierarchy (
View Summary
)
AdviceAspect
BeforeAfterAspect
Index
Constructors
constructor
Properties
advice
Instance
config
func
order
type
Methods
invoke
matches
with
Instance
Constructors
constructor
new
BeforeAfterAspect
(
constructorFunction
:
any
,
func
:
Function
,
config
:
AspectConfig
,
)
:
BeforeAfterAspect
Parameters
constructorFunction
:
any
func
:
Function
config
:
AspectConfig
Returns
BeforeAfterAspect
Properties
advice
Instance
adviceInstance
:
any
config
config
:
AspectConfig
func
func
:
Function
order
order
:
number
type
type
:
AspectType
Methods
invoke
invoke
(
invocation
:
Invocation
)
:
any
Parameters
invocation
:
Invocation
Returns
any
matches
matches
(
typeDescriptor
:
TypeDescriptor
<
any
>
,
method
:
MethodDescriptor
,
accept
:
(
s
:
string
)
=>
boolean
,
)
:
boolean
Parameters
typeDescriptor
:
TypeDescriptor
<
any
>
method
:
MethodDescriptor
accept
:
(
s
:
string
)
=>
boolean
Returns
boolean
with
Instance
withInstance
(
instance
:
any
)
:
BeforeAfterAspect
Parameters
instance
:
any
Returns
BeforeAfterAspect
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
advice
Instance
config
func
order
type
Methods
invoke
matches
with
Instance
novx
Loading...