Modifier and type | Property and description |
---|---|
java.util.Collection<E> | contributions Replies all the registered contributions. |
Modifier and type | Action and description |
---|---|
abstract java.util.Collection<E> | getContributions Replies all the registered contributions. |
abstract void | setContributionChecker(Predicate<T>) Change the lambda that is used for checking if a extra-language is enabled. |
val contributions : java.util.Collection<E>
This property is an alias for the action: getContributions
def getContributions : java.util.Collection<E>
def setContributionChecker(Predicate<T>)