Class Functions.Array7Func<T1,​T2,​T3,​T4,​T5,​T6,​T7,​R>

  • All Implemented Interfaces:
    Function<java.lang.Object[],​R>
    Enclosing class:
    Functions

    static final class Functions.Array7Func<T1,​T2,​T3,​T4,​T5,​T6,​T7,​R>
    extends java.lang.Object
    implements Function<java.lang.Object[],​R>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) Function7<T1,​T2,​T3,​T4,​T5,​T6,​T7,​R> f  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      R apply​(java.lang.Object[] a)
      Apply some calculation to the input value and return some other value.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • apply

        public R apply​(java.lang.Object[] a)
                throws java.lang.Throwable
        Description copied from interface: Function
        Apply some calculation to the input value and return some other value.
        Specified by:
        apply in interface Function<T1,​T2>
        Parameters:
        a - the input value
        Returns:
        the output value
        Throws:
        java.lang.Throwable - if the implementation wishes to throw any type of exception