Interface Throwables.ByteUnaryOperator<E extends Throwable>

  • Type Parameters:
    E -
    All Known Subinterfaces:
    ByteUnaryOperator
    Enclosing class:
    Throwables

    public static interface Throwables.ByteUnaryOperator<E extends Throwable>
    The Interface ByteUnaryOperator.
    • Method Detail

      • applyAsByte

        byte applyAsByte​(byte operand)
                  throws E extends Throwable
        Apply as byte.
        Parameters:
        operand -
        Returns:
        Throws:
        E - the e
        E extends Throwable