Interface ArgumentPredicate<C extends CommandContext<C>, V>

Type Parameters:
C - argument of command context
V - argument of argument value
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ArgumentPredicate<C extends CommandContext<C>, V>
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    check(C ctx, V value)
     
  • Method Details

    • check

      boolean check(C ctx, V value)