Interface FifthAccessor<T,T4>

All Superinterfaces:
Function<T,T4>, TupleAccessor<T,T4>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface FifthAccessor<T,T4> extends TupleAccessor<T,T4>
  • Method Summary

    Modifier and Type
    Method
    Description
    default int
     

    Methods inherited from interface java.util.function.Function

    andThen, apply, compose