Interface PositionBasedFilter

  • All Implemented Interfaces:
    java.util.function.Predicate , kotlin.Function , kotlin.Function1

    
    public interface PositionBasedFilter<P extends Position<P>>
     implements Predicate<P>, Function1<P, Boolean>
                        

    Filtering condition for deployments. (e.g., inject a Module in a node if test is satisfied).

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Boolean contains(P position) Checks if the position is inside the shape.
      Boolean test(P position) Checks if the position is inside the shape.
      Boolean invoke(P position) Checks if the position is inside the shape.
      • Methods inherited from class java.util.function.Predicate

        and, negate, or
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait