Package cz.o2.proxima.core.functional
-
Interface Summary Interface Description BiConsumer<A,B> Apply action to two input elements.BiFunction<A,B,OUT> Binary function of two arguments.Consumer<T> Serializable
consumer.Factory<T> A factory function.TimeProvider Provider of timestamp.TriFunction<F,S,T,R> FUnction of three arguments.UnaryFunction<IN,OUT> Function of single argument.UnaryPredicate<T> Predicate that isSerializable
.VoidConsumer A function of zero arguments returning void.