Package org.goplanit.utils.functionalinterface
Utilities for functional interfaces
-
Interface Summary Interface Description QuadConsumer<T,U,V,W> Function Interface which can process four input objects.TriConsumer<T,U,V> Function Interface which can process three input objects.TriFunction<R,S,T,U> Function Interface which can process three input objects and produce an output Used in PlanItIO test cases.