接口 Insertable<RECEIVER,SELF>
- 所有已知实现类:
ContentHandler,PreparedText,TextCompiler,TextDispatcher,TextParser
public interface Insertable<RECEIVER,SELF>
-
方法概要
修饰符和类型方法说明getInsertion(@NotNull String id, RECEIVER receiver) default SELFInsert the specific contents by the id.default SELFInsert the specific contents by the id.default SELFInsert the specific contents by the id.Insert the specific contents by the id.inserter(@NotNull ContentInserter<RECEIVER> inserter) booleanbooleanremoveInsert(@NotNull String id)
-
方法详细资料
-
inserters
List<ContentInserter<RECEIVER>> inserters() -
inserter
-
noneInsertion
boolean noneInsertion() -
inserting
-
getInsertion
-
insert
SELF insert(@NotNull @NotNull String id, @Nullable @Nullable Function<RECEIVER, List<String>> supplier) Insert the specific contents by the id.- 参数:
id- the id of the insertion textsupplier- to supply the lines to insert- 返回:
- the current
ContentHandlerinstance
-
insert
Insert the specific contents by the id.- 参数:
id- the id of the insertion text- 返回:
- the current
ContentHandlerinstance
-
insert
Insert the specific contents by the id.- 参数:
id- the id of the insertion textcontents- the lines to insert- 返回:
- the current
ContentHandlerinstance
-
insert
Insert the specific contents by the id.- 参数:
id- the id of the insertion textcontents- the lines to insert- 返回:
- the current
ContentHandlerinstance
-
removeInsert
-