filterByModifiers

fun filterByModifiers(modifiers: Int): Self

Filter by the same modifiers.

Return

Self the filtered finder

Parameters

modifiers

the modifiers


fun filterByModifiers(predicate: (modifiers: Int) -> Boolean): Self

Use condition to filter by the modifiers.

Return

Self the filtered finder

Parameters

predicate

the condition