Interface Into<T>

Type Parameters:
T - the type.
All Known Subinterfaces:
IntoSelf<T>
All Known Implementing Classes:
BooleanEquals, Condition, Function, IsSet, LibraryFunction, Not, StringEquals

public interface Into<T>
An interface that describe a type that can be transformed to type T.
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • into

      T into()