Interface BitMaskInterface<B extends BitMask<B>>

All Known Implementing Classes:
AccessRestrictionType, RoadAccessType

public interface BitMaskInterface<B extends BitMask<B>>
  • Method Summary

    Modifier and Type
    Method
    Description
    <I> String
    toString(scala.reflect.ClassTag<I> evidence$1)
     
  • Method Details

    • toString

      <I> String toString(scala.reflect.ClassTag<I> evidence$1)