Interface Throwables.FloatNFunction<R,E extends Throwable>

All Known Subinterfaces:
FloatNFunction<R>
Enclosing class:
Throwables

public static interface Throwables.FloatNFunction<R,E extends Throwable>
  • Method Details

    • apply

      R apply(float... args) throws E
      Parameters:
      args -
      Returns:
      Throws:
      E
    • andThen

      default <V> Throwables.FloatNFunction<V,E> andThen(Function<? super R,? extends V> after)
      Type Parameters:
      V -
      Parameters:
      after -
      Returns: