Interface FirstAccessor<T,T0>

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

    Modifier and Type
    Method
    Description
    default int
     

    Methods inherited from interface java.util.function.Function

    andThen, apply, compose