- 所有超级接口:
Shaped<T>
- 所有已知实现类:
LitTerm.ShapedInt,Pat.ShapedInt
-
嵌套类概要
从接口继承的嵌套类/接口 org.aya.generic.Shaped
Shaped.Inductively<T> -
方法概要
修饰符和类型方法说明default TconstructorForm(@Nullable TyckState state) destruct(int repr) intrepr()default <O> boolean@NotNull Termtype()default <R> Rwith(@NotNull BiFunction<CtorDef, CtorDef, R> block, @NotNull Supplier<R> unsolved) default <R> Rwith(@Nullable TyckState state, @NotNull BiFunction<CtorDef, CtorDef, R> block, @NotNull Supplier<R> unsolved) 从接口继承的方法 org.aya.generic.Shaped
constructorForm, shape
-
方法详细资料
-
type
-
makeZero
-
makeSuc
-
destruct
-
repr
int repr() -
sameValue
-
constructorForm
- 指定者:
constructorForm在接口中Shaped<T>
-
with
default <R> R with(@NotNull @NotNull BiFunction<CtorDef, CtorDef, R> block, @NotNull @NotNull Supplier<R> unsolved) -
with
default <R> R with(@Nullable @Nullable TyckState state, @NotNull @NotNull BiFunction<CtorDef, CtorDef, R> block, @NotNull @NotNull Supplier<R> unsolved)
-