Interface CharNFunction<R>

All Superinterfaces:
Throwables.CharNFunction<R,RuntimeException>

public interface CharNFunction<R> extends Throwables.CharNFunction<R,RuntimeException>
Author:
Haiyang Li
  • Method Summary

    Modifier and Type
    Method
    Description
    default <V> CharNFunction<V>
    andThen(Function<? super R,? extends V> after)
     
    apply(char... args)