Interface FlexibleTypeFunction<T>

Type Parameters:
T - the type of the result
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 FlexibleTypeFunction<T>
Functional interface which computes a result from a FlexibleType
Author:
A248
  • Method Summary

    Modifier and Type
    Method
    Description
    getResult(FlexibleType flexibleType)
    Gets a result from the flexible type