Package | Description |
---|---|
io.github.arrayv.groovyapi |
This package defines the Groovy API.
|
io.github.arrayv.main | |
io.github.arrayv.sortdata |
Modifier and Type | Method and Description |
---|---|
static SortInfo |
GroovyLocals.registerSort(Sort sort)
Registers a sort with the sort list
|
Modifier and Type | Method and Description |
---|---|
static SortInfo |
GroovyLocals.registerSort(Class<? extends Sort> sort)
Registers a sort with the sort list
|
Modifier and Type | Method and Description |
---|---|
boolean |
SortAnalyzer.didSortComeFromExtra(Sort sort) |
Modifier and Type | Method and Description |
---|---|
Sort |
NewSortInstance.get() |
Sort |
SortInfo.getFreshInstance() |
Modifier and Type | Method and Description |
---|---|
Supplier<? extends Sort> |
SortInfo.getInstanceSupplier() |
Modifier and Type | Method and Description |
---|---|
SortInfo.Builder |
SortInfo.Builder.instanceSupplier(Supplier<? extends Sort> instanceSupplier) |
Constructor and Description |
---|
MethodAnswerValidator(Sort sort) |
NewSortInstance(Sort sort) |
SortInfo(int id,
Sort sort) |
SortInfo(Sort sort) |
Constructor and Description |
---|
MethodAnswerValidator(Class<? extends Sort> sortClass) |
NewSortInstance(Class<? extends Sort> sortClass) |
NewSortInstance(Constructor<? extends Sort> constructor) |
SortInfo(Class<? extends Sort> sort) |
SortInfo(int id,
Class<? extends Sort> sortClass) |
Copyright © 2024. All rights reserved.