Class Predicates

java.lang.Object
io.jenetics.internal.util.Predicates

public final class Predicates extends Object
This class contains some common predicates
Since:
3.0
Version:
4.3
  • Field Details

  • Method Details

    • True

      public static <T> Predicate<T> True()
      Return a predicate, which always return true.
      Type Parameters:
      T - the predicate type
      Returns:
      a predicate, which always return true