public interface ByteNFunction<R>
Modifier and Type | Method and Description |
---|---|
default <V> ByteNFunction<V> |
andThen(Function<? super R,? extends V> after) |
R |
apply(byte... args) |
R apply(byte... args)
default <V> ByteNFunction<V> andThen(Function<? super R,? extends V> after)
Copyright © 2020. All rights reserved.