Interface IVertexTypeMapper

All Superinterfaces:
java.util.function.Function<VertexType,​java.lang.String>

public interface IVertexTypeMapper
extends java.util.function.Function<VertexType,​java.lang.String>
Since:
1.14
Author:
Sören Henning
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static IVertexTypeMapper TO_STRING  
  • Method Summary

    Methods inherited from interface java.util.function.Function

    andThen, apply, compose