Interface TriIntObjPredicate<T>

All Known Implementing Classes:
FloodOperation, LaserPointerOperation, LayersOperation, NoiseOperation, PaintOperation, ScatterOperation, SculptOperation, SmootherOperation, SmoothOperation, TintOperation, ToolOperation
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 TriIntObjPredicate<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    test(int var1, int var2, int var3, T var4)
     
  • Method Details

    • test

      boolean test(int var1, int var2, int var3, T var4)