-
- All Implemented Interfaces:
-
icu.windea.breezeframework.core.component.Component,icu.windea.breezeframework.core.component.TypedComponent
public interface RandomGenerator<T extends Object> implements TypedComponent
随机值生成器。
随机值生成器用于基于给定的参数生成随机值。
-
-
Nested Class Summary
-
Method Summary
Modifier and Type Method Description abstract Tgenerate()生成随机值。 abstract Class<T>getTargetType()目标类型。 -
-
Method Detail
-
getTargetType
abstract Class<T> getTargetType()
目标类型。
-
-
-
-