Interface Throwables.ShortUnaryOperator<E extends Throwable>

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

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

      • applyAsShort

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