Interface IRefFunction

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 IRefFunction
Functional interface for operations on Cell Refs that may throw a MissingDataException In general, IRefFunction is used to provide a visitor for data objects containing nested Refs.
  • Method Summary

    Modifier and Type
    Method
    Description
    Ref<?>
    apply(Ref<?> t)
     
  • Method Details

    • apply

      Ref<?> apply(Ref<?> t)