Interface ThirdAccessor<T,T2>

All Superinterfaces:
Function<T,T2>, TupleAccessor<T,T2>
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 ThirdAccessor<T,T2> extends TupleAccessor<T,T2>
  • Method Summary

    Modifier and Type
    Method
    Description
    default int
     

    Methods inherited from interface java.util.function.Function

    andThen, apply, compose