public interface ByteFunction<R> extends Throwables.ByteFunction<R,RuntimeException>
| Modifier and Type | Field and Description |
|---|---|
static ByteFunction<Byte> |
BOX |
| Modifier and Type | Method and Description |
|---|---|
default <V> ByteFunction<V> |
andThen(Function<? super R,? extends V> after) |
R |
apply(byte value) |
static ByteFunction<Byte> |
identity() |
static final ByteFunction<Byte> BOX
R apply(byte value)
apply in interface Throwables.ByteFunction<R,RuntimeException>default <V> ByteFunction<V> andThen(Function<? super R,? extends V> after)
static ByteFunction<Byte> identity()
Copyright © 2021. All rights reserved.