Class PrepareViewport.PrepareFunction

java.lang.Object
com.illumon.iris.db.tables.remote.PrepareViewport.PrepareFunction
All Implemented Interfaces:
com.fishlib.base.Function.Unary<Table,Table>, Serializable
Enclosing class:
PrepareViewport

public static class PrepareViewport.PrepareFunction extends Object implements com.fishlib.base.Function.Unary<Table,Table>, Serializable
A function object, suitable for use from Table.apply(Function.Unary).
See Also:
  • Field Details

  • Constructor Details

    • PrepareFunction

      public PrepareFunction()
  • Method Details

    • call

      public Table call(Table table)
      Specified by:
      call in interface com.fishlib.base.Function.Unary<Table,Table>