T1
- the type of the first argument after source.T2
- the type of the second argument after source.public abstract class SubstrExecutor<T1,T2> extends Object
Modifier and Type | Method and Description |
---|---|
abstract boolean |
canIgnoreArg2() |
T1 |
castArg1(Object arg1) |
T2 |
castArg2(Object arg2) |
abstract String |
execute(String source,
T1 arg1,
T2 arg2) |
Copyright © 2019 WSO2. All rights reserved.