Package ai.extend.types
Interface Block.IdStage
-
- All Known Implementing Classes:
Block.Builder
- Enclosing class:
- Block
public static interface Block.IdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Block.Builderfrom(Block other)Block.TypeStageid(java.lang.String id)A unique identifier for the block, deterministically generated as a hash of the block content.
-
-
-
Method Detail
-
id
Block.TypeStage id(@NotNull java.lang.String id)
A unique identifier for the block, deterministically generated as a hash of the block content.
-
from
Block.Builder from(Block other)
-
-