Interface Function1<T,R>

All Superinterfaces:
Serializable
All Known Implementing Classes:
Function1.Impl

public interface Function1<T,R> extends Serializable
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    default <V> Function1<T,V>
     
    apply(T t)
     
    static <T> Function1<T,T>