Class SerialisedFunctionHelper.LambdaFunction<T,​R>

java.lang.Object
com.fluxtion.ext.streaming.api.stream.SerialisedFunctionHelper.LambdaFunction<T,​R>
All Implemented Interfaces:
java.util.function.Function<T,​R>
Enclosing class:
SerialisedFunctionHelper

public static class SerialisedFunctionHelper.LambdaFunction<T,​R>
extends java.lang.Object
implements java.util.function.Function<T,​R>
  • Constructor Summary

    Constructors 
    Constructor Description
    LambdaFunction​(java.lang.String fileName)  
  • Method Summary

    Modifier and Type Method Description
    R apply​(T t)  
    void init()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface java.util.function.Function

    andThen, compose
  • Constructor Details

    • LambdaFunction

      public LambdaFunction​(java.lang.String fileName)
  • Method Details

    • apply

      public R apply​(T t)
      Specified by:
      apply in interface java.util.function.Function<T,​R>
    • init

      public void init()