Interface CharNFunction<R>


public interface CharNFunction<R>
Since:
0.8
Author:
Haiyang Li
  • Method Summary

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

    • apply

      R apply(char... args)
    • andThen

      default <V> CharNFunction<V> andThen(Function<? super R,? extends V> after)