Package cn.longky.common.function
package cn.longky.common.function
-
InterfacesClassDescriptionKConsumer<T>KFunction<T,
R> Represents a function that accepts one argument and produces a result.TheKRunnableinterface should be implemented by any class whose instances are intended to be executed by a thread.KSupplier<T>Represents a supplier of results.ThrowableSupplier<T,E extends Throwable> TriConsumer<T,U, V> TriFunction<T,U, V, R>