Class NumberFilter<N extends Number>
- java.lang.Object
- 
- com.github.siroshun09.mccommand.common.filter.AbstractFilter<N>
- 
- com.github.siroshun09.mccommand.common.filter.NumberFilter<N>
 
 
- 
- Type Parameters:
- N- the- Numbertype
 
 public final class NumberFilter<N extends Number> extends AbstractFilter<N> 
- 
- 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static <N extends Number>
 @NotNull NumberFilter<N>create(@NotNull Predicate<N> predicate)Creates theNumberFilter.- 
Methods inherited from class com.github.siroshun09.mccommand.common.filter.AbstractFiltertest
 
- 
 
- 
- 
- 
Method Detail- 
create@Contract("_ -> new") @NotNull public static <N extends Number> @NotNull NumberFilter<N> create(@NotNull @NotNull Predicate<N> predicate)Creates theNumberFilter.- Type Parameters:
- N- the- Numbertype
- Parameters:
- predicate- the predicate to test the- Number
- Returns:
- the NumberFilter
 
 
- 
 
-