public interface ByteTriFunction<R> extends Throwables.ByteTriFunction<R,RuntimeException>
| Modifier and Type | Method and Description |
|---|---|
default <V> ByteTriFunction<V> |
andThen(Function<? super R,? extends V> after) |
R |
apply(byte a,
byte b,
byte c) |
R apply(byte a, byte b, byte c)
apply in interface Throwables.ByteTriFunction<R,RuntimeException>default <V> ByteTriFunction<V> andThen(Function<? super R,? extends V> after)
Copyright © 2021. All rights reserved.