public abstract static class Fn.TriFunctions
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static <A,B,C> TriFunction<A,B,C,java.lang.Void> |
convert(TriConsumer<? super A,? super B,? super C> action) |
public static <A,B,C> TriFunction<A,B,C,java.lang.Void> convert(TriConsumer<? super A,? super B,? super C> action)
action
-