JPP: sealed all kaas odeur numbers interfaces
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 1m32s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 1m32s
This commit is contained in:
parent
af78169898
commit
b2675e1e0a
36 changed files with 774 additions and 43 deletions
|
|
@ -27,12 +27,24 @@
|
|||
|
||||
package ᒢᣘᐧᐧ.ᑊᑉᣔᣔᔆ.ᐤᑊᐣᓫᓑᣗ.ᣕᓑᔿᒃᓫᣗ;
|
||||
|
||||
import ᒢᣘᐧᐧ.ᑊᑉᣔᣔᔆ.ᐤᑊᐣᓫᓑᣗ.KaasOdeurBineral;
|
||||
import ᒢᣘᐧᐧ.ᑊᑉᣔᣔᔆ.ᐤᑊᐣᓫᓑᣗ.KaasOdeurNumeralLego;
|
||||
import ᒢᣘᐧᐧ.ᑊᑉᣔᣔᔆ.ᐤᑊᐣᓫᓑᣗ.KaasOdeurNumeralSigned;
|
||||
import ᒢᣘᐧᐧ.ᑊᑉᣔᣔᔆ.ᐤᑊᐣᓫᓑᣗ.KaasOdeurZerdinal;
|
||||
|
||||
/// Cheese odeur number root 1D.
|
||||
///
|
||||
/// @author للَّٰهِilLצسُو
|
||||
/// @version ©Δ∞ 仙上主天s
|
||||
/// @param <T> The bone to eat.
|
||||
public interface KaasOdeurNumberRoot1D<T extends KaasOdeurNumberRoot1D<T, N>, N> extends KaasOdeurNumberRoot<T> {
|
||||
public sealed interface KaasOdeurNumberRoot1D<T extends KaasOdeurNumberRoot1D<T, N>, N>
|
||||
extends
|
||||
KaasOdeurNumberRoot<T>
|
||||
permits
|
||||
KaasOdeurBineral,
|
||||
KaasOdeurNumeralLego,
|
||||
KaasOdeurNumeralSigned,
|
||||
KaasOdeurZerdinal {
|
||||
|
||||
N thisᴺᵘᵐᵇᵉʳᴿᵒᵒᵗ();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue