Module watamebot
Package net.foxgenesis.util.function
package net.foxgenesis.util.function
-
InterfacesClassDescriptionQuadFunction<T,
U, V, W, R> Represents a function that accepts two arguments and produces a result.TriConsumer<T,U, R> Represents an operation that accepts three input arguments and returns no result.